Changeset 429 in kBuild for trunk/src/gmake/make.h
- Timestamp:
- Mar 26, 2006 6:07:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/make.h
r281 r429 424 424 extern void collapse_continuations PARAMS ((char *)); 425 425 extern void remove_comments PARAMS((char *)); 426 #ifdef KMK 427 #define lindex(s, limit, c) ((char *)memchr((s), (c), (limit) - (s))) 428 #else 426 429 extern char *lindex PARAMS ((const char *, const char *, int)); 430 #endif 427 431 extern int alpha_compare PARAMS ((const void *, const void *)); 428 432 extern void print_spaces PARAMS ((unsigned int));
Note:
See TracChangeset
for help on using the changeset viewer.