Changeset 280 for branches/GNU/src/gmake/variable.h
- Timestamp:
- May 16, 2005, 6:54:02 PM (20 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/variable.h
r54 r280 113 113 extern char *variable_buffer_output PARAMS ((char *ptr, char *string, unsigned int length)); 114 114 extern char *variable_expand PARAMS ((char *line)); 115 extern char *variable_expand_for_file PARAMS ((char *line, struct file *file)); 115 116 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file)); 116 117 #define allocated_variable_expand(line) \ … … 126 127 extern int pattern_matches PARAMS ((char *pattern, char *percent, char *str)); 127 128 extern char *subst_expand PARAMS ((char *o, char *text, char *subst, char *replace, 128 unsigned int slen, unsigned int rlen, int by_word , int suffix_only));129 unsigned int slen, unsigned int rlen, int by_word)); 129 130 extern char *patsubst_expand PARAMS ((char *o, char *text, char *pattern, char *replace, 130 131 char *pattern_percent, char *replace_percent));
Note:
See TracChangeset
for help on using the changeset viewer.