Ignore:
Timestamp:
May 16, 2005, 6:54:02 PM (20 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

Location:
branches/GNU/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake

    • Property svn:ignore
      •  

        old new  
        3434README.DOS
        3535README.W32
         36README.OS2
        3637aclocal.m4
        3738autom4te.cache
  • branches/GNU/src/gmake/variable.h

    r54 r280  
    113113extern char *variable_buffer_output PARAMS ((char *ptr, char *string, unsigned int length));
    114114extern char *variable_expand PARAMS ((char *line));
     115extern char *variable_expand_for_file PARAMS ((char *line, struct file *file));
    115116extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
    116117#define allocated_variable_expand(line) \
     
    126127extern int pattern_matches PARAMS ((char *pattern, char *percent, char *str));
    127128extern 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));
    129130extern char *patsubst_expand PARAMS ((char *o, char *text, char *pattern, char *replace,
    130131                char *pattern_percent, char *replace_percent));
Note: See TracChangeset for help on using the changeset viewer.