Ignore:
Timestamp:
Oct 25, 2008, 5:04:06 PM (17 years ago)
Author:
bird
Message:

kmk: new function - eval-opt-var

File:
1 edited

Legend:

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

    r1934 r1935  
    12051205                          " expr if-expr"
    12061206                          " which"
    1207                           " evalctx evalval evalvalctx evalcall evalcall2"
     1207                          " evalctx evalval evalvalctx evalcall evalcall2 eval-opt-var"
    12081208                          " make-stats"
    12091209                          " commands"
     
    12591259#  endif
    12601260#  if defined (CONFIG_WITH_EVALPLUS)
    1261   strcat (buf, " evalctx evalval evalvalctx evalcall evalcall2");
     1261  strcat (buf, " evalctx evalval evalvalctx evalcall evalcall2 eval-opt-var");
    12621262#  endif
    12631263#  if defined (CONFIG_WITH_MAKE_STATS) || defined (CONFIG_WITH_MINIMAL_STATS)
Note: See TracChangeset for help on using the changeset viewer.