Ignore:
Timestamp:
Feb 3, 2015, 1:59:54 PM (10 years ago)
Author:
bird
Message:

linux build fixes.

File:
1 edited

Legend:

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

    r2771 r2773  
    3333void  kmk_cc_print_stats(void);
    3434
     35struct variable;
    3536extern struct kmk_cc_evalprog   *kmk_cc_compile_variable_for_eval(struct variable *pVar);
    3637extern struct kmk_cc_expandprog *kmk_cc_compile_variable_for_expand(struct variable *pVar);
    37 char *kmk_exec_expand_to_var_buf(struct variable *pVar, char *pchDst);
    38 void kmk_exec_evalval(struct variable *pVar);
    39 void kmk_cc_variable_changed(struct variable *pVar);
    40 void kmk_cc_variable_deleted(struct variable *pVar);
     38extern char *kmk_exec_expand_to_var_buf(struct variable *pVar, char *pchDst);
     39extern void kmk_exec_evalval(struct variable *pVar);
     40extern void kmk_cc_variable_changed(struct variable *pVar);
     41extern void kmk_cc_variable_deleted(struct variable *pVar);
    4142
    4243
Note: See TracChangeset for help on using the changeset viewer.