Changeset 2172 for trunk/src/kmk/variable.c
- Timestamp:
- Dec 31, 2008, 1:03:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r2164 r2172 1207 1207 && defined (CONFIG_WITH_PRINTF) \ 1208 1208 && defined (CONFIG_WITH_LOOP_FUNCTIONS) \ 1209 && defined (CONFIG_WITH_ROOT_FUNC) \ 1209 1210 && defined (CONFIG_WITH_STRING_FUNCTIONS) \ 1210 1211 && defined (KMK_HELPERS) … … 1232 1233 " printf" 1233 1234 " for while" 1235 " root" 1234 1236 " length insert pos lastpos substr translate" 1235 1237 " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl " … … 1301 1303 strcat (buf, " for while"); 1302 1304 # endif 1305 # if defined (CONFIG_WITH_ROOT_FUNC) 1306 strcat (buf, " root"); 1307 # endif 1303 1308 # if defined (CONFIG_WITH_STRING_FUNCTIONS) 1304 1309 strcat (buf, " length insert pos lastpos substr translate");
Note:
See TracChangeset
for help on using the changeset viewer.