Ignore:
Timestamp:
Oct 12, 2008, 6:25:03 PM (17 years ago)
Author:
bird
Message:

kmk: Some optimizations for expand_deps.

File:
1 edited

Legend:

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

    r1830 r1847  
    182182char *variable_expand_for_file (const char *line, struct file *file);
    183183#ifdef CONFIG_WITH_COMMANDS_FUNC
    184 char *variable_expand_for_file_2 (char *o, const char *line, struct file *file);
     184char *variable_expand_for_file_2 (char *o, const char *line, unsigned int lenght,
     185                                  struct file *file, unsigned int *value_lenp);
    185186#endif
    186187char *allocated_variable_expand_for_file (const char *line, struct file *file);
Note: See TracChangeset for help on using the changeset viewer.