Changeset 1805 for trunk/src/kmk/variable.h
- Timestamp:
- Oct 9, 2008, 6:12:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.h
r1622 r1805 136 136 #endif 137 137 char *allocated_variable_expand_for_file (const char *line, struct file *file); 138 #ifndef KMK 138 139 #define allocated_variable_expand(line) \ 139 140 allocated_variable_expand_for_file (line, (struct file *) 0) 141 #else /* KMK */ 142 # define allocated_variable_expand(line) \ 143 allocated_variable_expand_2 (line, -1) 144 char *allocated_variable_expand_2(const char *line, long length); 145 #endif 140 146 char *expand_argument (const char *str, const char *end); 141 147 char *variable_expand_string (char *line, const char *string, long length); 148 #ifdef KMK 149 char *variable_expand_string_2 (char *line, const char *string, long length, char **eol); 150 #endif 142 151 void install_variable_buffer (char **bufp, unsigned int *lenp); 143 152 void restore_variable_buffer (char *buf, unsigned int len);
Note:
See TracChangeset
for help on using the changeset viewer.