=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_hist.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM_contrib2/fep/fep_hist.c 2004/06/16 07:43:54 1.3 +++ OpenXM_contrib2/fep/fep_hist.c 2005/01/18 14:20:19 1.4 @@ -2,7 +2,7 @@ #ifndef lint static char rcsid[]= -"$Header: /home/cvs/OpenXM_contrib2/fep/fep_hist.c,v 1.3 2004/06/16 07:43:54 noro Exp $ (SRA)"; +"$Header: /home/cvs/OpenXM_contrib2/fep/fep_hist.c,v 1.4 2005/01/18 14:20:19 ohara Exp $ (SRA)"; #endif /* lint */ #include @@ -13,7 +13,7 @@ static char rcsid[]= #include "fep_glob.h" #include "fep_funcs.h" -#if defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__APPLE_CC__) +#if defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__APPLE_CC__) || defined(__INTERIX) #include regex_t Re_pat; #define re_comp(p) (regcomp(&Re_pat,(p), REG_EXTENDED|REG_NOSUB))