Changeset 256 for trunk/src/kDepPre
- Timestamp:
- Apr 21, 2005, 3:46:39 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kDepPre/kDepPre.c
r255 r256 29 29 #include <stdlib.h> 30 30 #include <string.h> 31 31 32 #ifdef HAVE_FGETC_UNLOCKED 33 # define FGETC(s) getc_unlocked(s) 34 #else 35 # define FGETC(s) fgetc(s) 36 #endif 37 38 39 32 40 33 41 /******************************************************************************* … … 152 160 return pDep; 153 161 } 154 155 156 #define FGETC(s) fgetc(s)157 162 158 163
Note:
See TracChangeset
for help on using the changeset viewer.