Changeset 2161 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Dec 29, 2008, 11:20:11 PM (17 years ago)
Author:
bird
Message:

kmk: Implemented $(for ) and $(while ) loops (C-style). Fixes #73.

File:
1 edited

Legend:

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

    r2121 r2161  
    911911
    912912#ifdef CONFIG_WITH_IF_CONDITIONALS
    913 extern int expr_eval_if_conditionals(char *line, const struct floc *flocp);
    914 extern char *expr_eval_to_string(char *o, char *expr);
     913extern int expr_eval_if_conditionals(const char *line, const struct floc *flocp);
     914extern char *expr_eval_to_string(char *o, const char *expr);
    915915#endif
    916916
Note: See TracChangeset for help on using the changeset viewer.