Changeset 1896 in kBuild
- Timestamp:
- Oct 21, 2008 12:52:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/make.h
r1895 r1896 144 144 # define PATH_VAR(var) char *var = alloca (GET_PATH_MAX) 145 145 unsigned int get_path_max (void); 146 #endif147 148 #ifndef CHAR_BIT149 # define CHAR_BIT 8150 146 #endif 151 147 … … 198 194 # define MY_IS_BLANK_OR_EOS(ch) (isblank ((unsigned char)(ch)) || (ch) == '\0') 199 195 # endif 196 #endif 197 198 #ifndef CHAR_BIT 199 # define CHAR_BIT 8 200 200 #endif 201 201
Note:
See TracChangeset
for help on using the changeset viewer.