Changeset 1439 for trunk/src/kmk/variable.c
- Timestamp:
- Mar 29, 2008, 3:55:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1438 r1439 973 973 #endif 974 974 register struct variable *v; 975 #ifndef KMK 975 976 char buf[200]; 976 #ifdef KMK 977 #else 978 char buf[1024]; 977 979 const char *envvar; 978 980 #endif … … 1042 1044 && defined (CONFIG_WITH_FILE_SIZE) \ 1043 1045 && defined (CONFIG_WITH_WHICH) \ 1044 && defined (CONFIG_WITH_EVAL CTX) \1046 && defined (CONFIG_WITH_EVALPLUS) \ 1045 1047 && defined (CONFIG_WITH_MAKE_STATS) \ 1046 1048 && defined (KMK_HELPERS) … … 1060 1062 " file-size" 1061 1063 " which" 1062 " evalctx "1064 " evalctx evalval evalvalctx evalcall evalcall2" 1063 1065 " make-stats" 1064 1066 " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one " … … 1106 1108 strcat (buf, " which"); 1107 1109 # endif 1108 # if defined (CONFIG_WITH_EVAL CTX)1109 strcat (buf, " evalctx ");1110 # if defined (CONFIG_WITH_EVALPLUS) 1111 strcat (buf, " evalctx evalval evalvalctx evalcall evalcall2"); 1110 1112 # endif 1111 1113 # if defined (CONFIG_WITH_MAKE_STATS)
Note:
See TracChangeset
for help on using the changeset viewer.