Changeset 2489 for trunk/src/kmk/variable.c
- Timestamp:
- Jul 22, 2011, 1:12:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r2480 r2489 1297 1297 && defined (CONFIG_WITH_ROOT_FUNC) \ 1298 1298 && defined (CONFIG_WITH_STRING_FUNCTIONS) \ 1299 && defined (CONFIG_WITH_DEFINED_FUNCTIONS) \ 1299 1300 && defined (KMK_HELPERS) 1300 1301 (void) define_variable ("KMK_FEATURES", 12, … … 1324 1325 " length insert pos lastpos substr translate" 1325 1326 " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl " 1327 " firstdefined lastdefined " 1326 1328 , o_default, 0); 1327 1329 # else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */ … … 1397 1399 strcat (buf, " length insert pos lastpos substr translate"); 1398 1400 # endif 1401 # if defined (CONFIG_WITH_DEFINED_FUNCTIONS) 1402 strcat (buf, " firstdefined lastdefined"); 1403 # endif 1399 1404 # if defined (KMK_HELPERS) 1400 1405 strcat (buf, " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl");
Note:
See TracChangeset
for help on using the changeset viewer.