Changeset 821 for trunk/src/gmake/variable.c
- Timestamp:
- Feb 1, 2007, 6:45:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.c
r767 r821 1040 1040 && defined(CONFIG_WITH_STACK) \ 1041 1041 && defined(CONFIG_WITH_MATH) \ 1042 && defined(CONFIG_WITH_XARGS) \ 1042 1043 && defined(KMK_HELPERS) 1043 1044 (void) define_variable ("KMK_FEATURES", 12, … … 1046 1047 " toupper tolower" 1047 1048 " comp-vars comp-cmds" 1048 " stack " 1049 " math-int " 1049 " stack" 1050 " math-int" 1051 " xargs" 1050 1052 " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one " 1051 1053 , o_default, 0); … … 1066 1068 # if defined(CONFIG_WITH_MATH) 1067 1069 strcat(buf, " math-int"); 1070 # endif 1071 # if defined(CONFIG_WITH_XARGS) 1072 strcat(buf, " xargs"); 1068 1073 # endif 1069 1074 # ifdef KMK_HELPERS
Note:
See TracChangeset
for help on using the changeset viewer.