Ignore:
Timestamp:
Aug 2, 2011, 3:05:37 PM (14 years ago)
Author:
bird
Message:

kmk: Implemented the where function. Fixes #108.

File:
1 edited

Legend:

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

    r2489 r2532  
    12891289  && defined (CONFIG_WITH_DATE) \
    12901290  && defined (CONFIG_WITH_FILE_SIZE) \
     1291  && defined (CONFIG_WITH_WHERE_FUNCTION) \
    12911292  && defined (CONFIG_WITH_WHICH) \
    12921293  && defined (CONFIG_WITH_EVALPLUS) \
     
    13161317                          " file-size"
    13171318                          " expr if-expr select"
     1319                          " where"
    13181320                          " which"
    13191321                          " evalctx evalval evalvalctx evalcall evalcall2 eval-opt-var"
     
    13751377  strcat (buf, " expr if-expr select");
    13761378#  endif
     1379#  if defined (CONFIG_WITH_WHERE_FUNCTION)
     1380  strcat (buf, " where");
     1381#  endif
    13771382#  if defined (CONFIG_WITH_WHICH)
    13781383  strcat (buf, " which");
Note: See TracChangeset for help on using the changeset viewer.