diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-06 18:03:50 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-06 18:03:50 +0000 |
commit | e9afa1048ce117eb1820e755b3db7d16b9240d76 (patch) | |
tree | 787642b235d9270de76d51b3d7613553cd09fcab /fixincludes/fixincl.tpl | |
parent | e7c352d1533aa23b92ca52cf67c2da1dcc508468 (diff) | |
download | gcc-e9afa1048ce117eb1820e755b3db7d16b9240d76.tar.gz |
Use fnmatch for name matching.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/fixincl.tpl')
-rw-r--r-- | fixincludes/fixincl.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fixincludes/fixincl.tpl b/fixincludes/fixincl.tpl index 420b11d8783..b4818aaea1c 100644 --- a/fixincludes/fixincl.tpl +++ b/fixincludes/fixincl.tpl @@ -2,7 +2,7 @@ x=fixincl.x =] [= (dne " * " "/* ")=] */ -/* DO NOT CVS-MERGE THIS FILE, EITHER [=`date`=] +/* DO NOT SVN-MERGE THIS FILE, EITHER [=`date`=] * * You must regenerate it. Use the ./genfixes script. * @@ -48,7 +48,7 @@ tSCC z[=(. Hack)=]Name[] = IF (exist? "files")=] tSCC z[=(. Hack)=]List[] = - "[=FOR files =]|[=files=][=ENDFOR=]|";[= + "[= (join "\\0" (stack "files")) =]\0";[= ELSE =] #define z[=(. Hack)=]List (char*)NULL[= @@ -73,7 +73,7 @@ tSCC* apz[=(. Hack)=]Machs[] = {[= ELSE =] #define apz[=(. Hack)=]Machs (const char**)NULL[= - ENDIF (exist? "files") =][= + ENDIF (exist? "mach") =][= IF (exist? "select")=] |