Changeset 2788 for trunk/src/kmk/kmk_cc_exec.h
- Timestamp:
- Sep 6, 2015, 5:43:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmk_cc_exec.h
r2773 r2788 28 28 #ifdef CONFIG_WITH_COMPILER 29 29 30 #include <stdio.h> 30 31 31 32 … … 34 35 35 36 struct variable; 37 extern struct kmk_cc_expandprog *kmk_cc_compile_variable_for_expand(struct variable *pVar); 36 38 extern struct kmk_cc_evalprog *kmk_cc_compile_variable_for_eval(struct variable *pVar); 37 extern struct kmk_cc_e xpandprog *kmk_cc_compile_variable_for_expand(struct variable *pVar);39 extern struct kmk_cc_evalprog *kmk_cc_compile_file_for_eval(FILE *pFile, const char *pszFilename); 38 40 extern char *kmk_exec_expand_to_var_buf(struct variable *pVar, char *pchDst); 39 extern void kmk_exec_evalval(struct variable *pVar); 41 extern void kmk_exec_eval_file(struct kmk_cc_evalprog *pProg); 42 extern void kmk_exec_eval_variable(struct variable *pVar); 40 43 extern void kmk_cc_variable_changed(struct variable *pVar); 41 44 extern void kmk_cc_variable_deleted(struct variable *pVar);
Note:
See TracChangeset
for help on using the changeset viewer.