Changeset 1827 for trunk/src/kmk/dep.h


Ignore:
Timestamp:
Oct 11, 2008, 9:12:10 AM (17 years ago)
Author:
bird
Message:

kmk: more length optimizations.

File:
1 edited

Legend:

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

    r1797 r1827  
    7676void free_ns_chain (struct nameseq *n);
    7777struct dep *read_all_makefiles (const char **makefiles);
     78#ifndef CONFIG_WITH_VALUE_LENGTH
    7879int eval_buffer (char *buffer);
     80#else
     81int eval_buffer (char *buffer, char *eos);
     82#endif
    7983int update_goal_chain (struct dep *goals);
    8084void uniquize_deps (struct dep *);
Note: See TracChangeset for help on using the changeset viewer.