[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.5

version 1.2, 2002/09/19 08:10:16 version 1.5, 2010/04/23 05:34:05
Line 7  static char rcsid[]=
Line 7  static char rcsid[]=
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <string.h>
 #include <unistd.h>  #include <unistd.h>
 #include <ctype.h>  #include <ctype.h>
 #include "fep_defs.h"  #include "fep_defs.h"
 #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__) || defined(__INTERIX)
 #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.5

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