Ignore:
Timestamp:
Jul 22, 2011, 1:12:06 PM (14 years ago)
Author:
bird
Message:

kmk: added $(firstdefined ) and $(lastdefined ).

File:
1 edited

Legend:

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

    r2480 r2489  
    12971297  && defined (CONFIG_WITH_ROOT_FUNC) \
    12981298  && defined (CONFIG_WITH_STRING_FUNCTIONS) \
     1299  && defined (CONFIG_WITH_DEFINED_FUNCTIONS) \
    12991300  && defined (KMK_HELPERS)
    13001301  (void) define_variable ("KMK_FEATURES", 12,
     
    13241325                          " length insert pos lastpos substr translate"
    13251326                          " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl "
     1327                          " firstdefined lastdefined "
    13261328                          , o_default, 0);
    13271329# else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */
     
    13971399  strcat (buf, " length insert pos lastpos substr translate");
    13981400#  endif
     1401#  if defined (CONFIG_WITH_DEFINED_FUNCTIONS)
     1402  strcat (buf, " firstdefined lastdefined");
     1403#  endif
    13991404#  if defined (KMK_HELPERS)
    14001405  strcat (buf, " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl");
Note: See TracChangeset for help on using the changeset viewer.