=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_hist.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM_contrib2/fep/fep_hist.c 2002/09/19 08:10:16 1.2 +++ OpenXM_contrib2/fep/fep_hist.c 2004/06/16 07:43:54 1.3 @@ -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.3 2004/06/16 07:43:54 noro 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__) #include regex_t Re_pat; #define re_comp(p) (regcomp(&Re_pat,(p), REG_EXTENDED|REG_NOSUB))