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/variable.h

    r1946 r1975  
    184184char *variable_expand (const char *line);
    185185char *variable_expand_for_file (const char *line, struct file *file);
    186 #ifdef CONFIG_WITH_COMMANDS_FUNC
     186#if defined (CONFIG_WITH_VALUE_LENGTH) || defined (CONFIG_WITH_COMMANDS_FUNC)
    187187char *variable_expand_for_file_2 (char *o, const char *line, unsigned int lenght,
    188188                                  struct file *file, unsigned int *value_lenp);
Note: See TracChangeset for help on using the changeset viewer.