Ignore:
Timestamp:
Dec 30, 2013, 1:58:43 AM (12 years ago)
Author:
bird
Message:

kmk: Hacking kBuild-define-*.

File:
1 edited

Legend:

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

    r2591 r2717  
    143143
    144144#ifdef KMK
     145extern struct variable_set global_variable_set;
     146extern struct variable_set_list global_setlist;
    145147extern unsigned int variable_buffer_length;
    146148# define VARIABLE_BUFFER_ZONE   5
     
    351353void append_string_to_variable (struct variable *v, const char *value,
    352354                                unsigned int value_len, int append);
     355struct variable * do_variable_definition_append (const struct floc *flocp, struct variable *v,
     356                                                 const char *value, unsigned int value_len,
     357                                                 int simple_value, enum variable_origin origin,
     358                                                 int append);
    353359
    354360struct variable *define_variable_in_set (const char *name, unsigned int length,
Note: See TracChangeset for help on using the changeset viewer.