[BACK]Return to fep_hist.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / fep

Diff for /OpenXM_contrib2/fep/fep_hist.c between version 1.2 and 1.3

version 1.2, 2002/09/19 08:10:16 version 1.3, 2004/06/16 07:43:54
Line 13  static char rcsid[]=
Line 13  static char rcsid[]=
 #include "fep_glob.h"  #include "fep_glob.h"
 #include "fep_funcs.h"  #include "fep_funcs.h"
   
 #if defined(__FreeBSD__) || defined(__CYGWIN__)  #if defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__APPLE_CC__)
 #include <regex.h>  #include <regex.h>
 regex_t Re_pat;  regex_t Re_pat;
 #define re_comp(p) (regcomp(&Re_pat,(p), REG_EXTENDED|REG_NOSUB))  #define re_comp(p) (regcomp(&Re_pat,(p), REG_EXTENDED|REG_NOSUB))

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>