=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_hist.c,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- OpenXM_contrib2/fep/fep_hist.c 2002/09/19 08:10:16 1.2 +++ 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.2 2002/09/19 08:10:16 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__) +#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))