Changeset 1811 for trunk/src/kmk/make.h
- Timestamp:
- Oct 10, 2008, 7:19:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/make.h
r1793 r1811 386 386 char *next_token (const char *); 387 387 char *end_of_token (const char *); 388 #ifndef CONFIG_WITH_VALUE_LENGTH 388 389 void collapse_continuations (char *); 390 #else 391 char *collapse_continuations (char *, unsigned int); 392 #endif 389 393 #ifdef CONFIG_WITH_OPTIMIZATION_HACKS /* memchr is usually compiler intrinsic, thus faster. */ 390 394 # define lindex(s, limit, c) ((char *)memchr((s), (c), (limit) - (s)))
Note:
See TracChangeset
for help on using the changeset viewer.