Changeset 2548 for trunk/src/kmk/kbuild.h
- Timestamp:
- Nov 8, 2011, 10:28:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kbuild.h
r2413 r2548 39 39 const char *get_default_kbuild_shell(void); 40 40 41 struct kbuild_eval_data; 42 43 int eval_kbuild_define(struct kbuild_eval_data **kdata, const struct floc *flocp, 44 const char *word, unsigned int wlen, const char *line, const char *eos, int ignoring); 45 int eval_kbuild_endef(struct kbuild_eval_data **kdata, const struct floc *flocp, 46 const char *word, unsigned int wlen, const char *line, const char *eos, int ignoring); 47 41 48 #endif 42 49
Note:
See TracChangeset
for help on using the changeset viewer.