Ignore:
Timestamp:
Mar 29, 2008, 3:55:14 AM (17 years ago)
Author:
bird
Message:

CONFIG_WITH_EVALPLUS: evalctx, evalval, evalvalctx, evalcall and evalcall2. (all untested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r1438 r1439  
    973973#endif
    974974  register struct variable *v;
     975#ifndef KMK
    975976  char buf[200];
    976 #ifdef KMK
     977#else
     978  char buf[1024];
    977979  const char *envvar;
    978980#endif
     
    10421044  && defined (CONFIG_WITH_FILE_SIZE) \
    10431045  && defined (CONFIG_WITH_WHICH) \
    1044   && defined (CONFIG_WITH_EVALCTX) \
     1046  && defined (CONFIG_WITH_EVALPLUS) \
    10451047  && defined (CONFIG_WITH_MAKE_STATS) \
    10461048  && defined (KMK_HELPERS)
     
    10601062                          " file-size"
    10611063                          " which"
    1062                           " evalctx"
     1064                          " evalctx evalval evalvalctx evalcall evalcall2"
    10631065                          " make-stats"
    10641066                          " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one "
     
    11061108  strcat (buf, " which");
    11071109#  endif
    1108 #  if defined (CONFIG_WITH_EVALCTX)
    1109   strcat (buf, " evalctx");
     1110#  if defined (CONFIG_WITH_EVALPLUS)
     1111  strcat (buf, " evalctx evalval evalvalctx evalcall evalcall2");
    11101112#  endif
    11111113#  if defined (CONFIG_WITH_MAKE_STATS)
Note: See TracChangeset for help on using the changeset viewer.