Changeset 2717 for trunk/src/kmk/variable.h
- Timestamp:
- Dec 30, 2013, 1:58:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.h
r2591 r2717 143 143 144 144 #ifdef KMK 145 extern struct variable_set global_variable_set; 146 extern struct variable_set_list global_setlist; 145 147 extern unsigned int variable_buffer_length; 146 148 # define VARIABLE_BUFFER_ZONE 5 … … 351 353 void append_string_to_variable (struct variable *v, const char *value, 352 354 unsigned int value_len, int append); 355 struct 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); 353 359 354 360 struct variable *define_variable_in_set (const char *name, unsigned int length,
Note:
See TracChangeset
for help on using the changeset viewer.