[gforth] / gforth / engine / engine.c  

gforth: gforth/engine/engine.c

Diff for /gforth/engine/engine.c between version 1.18 and 1.19

version 1.18, Wed Jun 14 20:31:47 2000 UTC version 1.19, Sat Jul 1 20:48:53 2000 UTC
Line 39 
Line 39 
 #include <unistd.h>  #include <unistd.h>
 #include <pwd.h>  #include <pwd.h>
 #include <dirent.h>  #include <dirent.h>
   #ifdef HAVE_FNMATCH_H
 #include <fnmatch.h>  #include <fnmatch.h>
 #else  #else
   #include "fnmatch.h"
   #endif
   #else
 #include "systypes.h"  #include "systypes.h"
 #endif  #endif
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help