Commit 54585825 by Bruce Korb Committed by Jeff Law

fixincl.tpl: Avoid depending on ANSI C features for filename lists.

p
        * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
        filename lists.
        * fixinc/fixincl.x: Rebuilt.

From-SVN: r27017
parent c2caf527
...@@ -28,10 +28,8 @@ tSCC z[=hackname _cap=]Name[] = ...@@ -28,10 +28,8 @@ tSCC z[=hackname _cap=]Name[] =
*/[= */[=
_IF files _exist=] _IF files _exist=]
tSCC z[=hackname _cap=]List[] =[= tSCC z[=hackname _cap=]List[] =
_FOR files=] "[=_FOR files =]|[=files=][=/files=]|";[=
"|" [=files _str=][=
/files=] "|";[=
_ELSE =] _ELSE =]
#define z[=hackname _cap=]List (char*)NULL[= #define z[=hackname _cap=]List (char*)NULL[=
......
...@@ -37,7 +37,7 @@ tSCC zAix_SyswaitName[] = ...@@ -37,7 +37,7 @@ tSCC zAix_SyswaitName[] =
* File name selection pattern * File name selection pattern
*/ */
tSCC zAix_SyswaitList[] = tSCC zAix_SyswaitList[] =
"|" "sys/wait.h" "|"; "|sys/wait.h|";
/* /*
* Machine/OS name selection pattern * Machine/OS name selection pattern
*/ */
...@@ -72,7 +72,7 @@ tSCC zAix_VolatileName[] = ...@@ -72,7 +72,7 @@ tSCC zAix_VolatileName[] =
* File name selection pattern * File name selection pattern
*/ */
tSCC zAix_VolatileList[] = tSCC zAix_VolatileList[] =
"|" "sys/signal.h" "|"; "|sys/signal.h|";
/* /*
* Machine/OS name selection pattern * Machine/OS name selection pattern
*/ */
...@@ -106,8 +106,7 @@ tSCC zAlpha_GetoptName[] = ...@@ -106,8 +106,7 @@ tSCC zAlpha_GetoptName[] =
* File name selection pattern * File name selection pattern
*/ */
tSCC zAlpha_GetoptList[] = tSCC zAlpha_GetoptList[] =
"|" "stdio.h" "|stdio.h|stdlib.h|";
"|" "stdlib.h" "|";
/* /*
* Machine/OS name selection pattern * Machine/OS name selection pattern
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment