Ignore:
Timestamp:
Oct 26, 2008, 11:48:35 PM (17 years ago)
Author:
bird
Message:

kmk: cleaning up some CONFIG_WITH_STRCACHE2 mess.

File:
1 edited

Legend:

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

    r1932 r1975  
    831831
    832832
    833 #ifdef CONFIG_WITH_COMMANDS_FUNC
     833#if defined (CONFIG_WITH_VALUE_LENGTH) || defined (CONFIG_WITH_COMMANDS_FUNC)
    834834/* Expand LINE for FILE.  Error messages refer to the file and line where
    835835   FILE's commands were found.  Expansion uses FILE's variable set list.
     
    875875
    876876
    877 #endif /* CONFIG_WITH_COMMANDS_FUNC */
     877#endif /* CONFIG_WITH_VALUE_LENGTH || CONFIG_WITH_COMMANDS_FUNC */
    878878/* Like allocated_variable_expand, but for += target-specific variables.
    879879   First recursively construct the variable value from its appended parts in
Note: See TracChangeset for help on using the changeset viewer.