Changeset 259 in kBuild for trunk/src/kDepPre
- Timestamp:
- Apr 21, 2005 4:54:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kDepPre/kDepPre.c
r256 r259 29 29 #include <stdlib.h> 30 30 #include <string.h> 31 #include <ctype.h> 31 32 32 33 #ifdef HAVE_FGETC_UNLOCKED … … 34 35 #else 35 36 # define FGETC(s) fgetc(s) 37 #endif 38 39 #ifdef NEED_ISBLANK 40 # define isblank(ch) ( (unsigned char)(ch) == ' ' || (unsigned char)(ch) == '\t' ) 36 41 #endif 37 42
Note:
See TracChangeset
for help on using the changeset viewer.