summaryrefslogtreecommitdiff
path: root/fixincludes/fixincl.tpl
diff options
context:
space:
mode:
authorBruce Korb <bkorb@gnu.org>2007-01-06 18:03:50 +0000
committerBruce Korb <korbb@gcc.gnu.org>2007-01-06 18:03:50 +0000
commit401be4b658bb0157368560ec3e75a7fd80f077c1 (patch)
tree787642b235d9270de76d51b3d7613553cd09fcab /fixincludes/fixincl.tpl
parent2dee695bfc9d9384aa18e9e8a7fbc822a18e43c6 (diff)
downloadgcc-401be4b658bb0157368560ec3e75a7fd80f077c1.tar.gz
Use fnmatch for name matching.
Co-Authored-By: Daniel Franke <franke.daniel@gmail.com> From-SVN: r120528
Diffstat (limited to 'fixincludes/fixincl.tpl')
-rw-r--r--fixincludes/fixincl.tpl6
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")=]