Commit c329beb0 by Bruce Korb Committed by Bruce Korb

KandR-ification of fixincl.x

From-SVN: r27024
parent 7ec6a04e
...@@ -3,10 +3,10 @@ Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com> ...@@ -3,10 +3,10 @@ Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com>
* stmt.c (expand_return): Call start_cleanup_deferral and * stmt.c (expand_return): Call start_cleanup_deferral and
end_cleanup_deferral around conditional code. end_cleanup_deferral around conditional code.
Wed May 19 03:10:08 1999 Bruce Korb <ddsinc09@ix.netcom.com> Wed May 19 08:40:08 1999 Bruce Korb <ddsinc09@ix.netcom.com>
* fixinc/fixincl.tpl: Avoid depending on ANSI C features for * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
filename lists. filename lists. Utilizes new "krstr" AutoGen function.
* fixinc/fixincl.x: Rebuilt. * fixinc/fixincl.x: Rebuilt.
Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz) Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)
......
...@@ -22,7 +22,7 @@ _FOR fix =] ...@@ -22,7 +22,7 @@ _FOR fix =]
* Description [=_eval _index 1 + "#%3d -" _printf=] [=hackname _Cap=] fix * Description [=_eval _index 1 + "#%3d -" _printf=] [=hackname _Cap=] fix
*/ */
tSCC z[=hackname _cap=]Name[] = tSCC z[=hackname _cap=]Name[] =
[=hackname _cap _str=]; [=hackname _cap _krstr=];
/* /*
* File name selection pattern * File name selection pattern
*/[= */[=
...@@ -41,7 +41,7 @@ tSCC z[=hackname _cap=]List[] = ...@@ -41,7 +41,7 @@ tSCC z[=hackname _cap=]List[] =
_IF mach _exist=] _IF mach _exist=]
tSCC* apz[=hackname _cap=]Machs[] = {[= tSCC* apz[=hackname _cap=]Machs[] = {[=
_FOR mach =] _FOR mach =]
[=mach _str=],[= [=mach _krstr=],[=
/mach=] /mach=]
(const char*)NULL };[= (const char*)NULL };[=
...@@ -58,7 +58,7 @@ tSCC* apz[=hackname _cap=]Machs[] = {[= ...@@ -58,7 +58,7 @@ tSCC* apz[=hackname _cap=]Machs[] = {[=
*/[= */[=
_FOR exesel =] _FOR exesel =]
tSCC z[=hackname _cap=]Select[=_eval _index=][] = tSCC z[=hackname _cap=]Select[=_eval _index=][] =
[=exesel _str=];[= [=exesel _krstr=];[=
/exesel =][= /exesel =][=
_ELIF select _exist=] _ELIF select _exist=]
...@@ -68,7 +68,7 @@ tSCC z[=hackname _cap=]Select[=_eval _index=][] = ...@@ -68,7 +68,7 @@ tSCC z[=hackname _cap=]Select[=_eval _index=][] =
*/[= */[=
_FOR select =] _FOR select =]
tSCC z[=hackname _cap=]Select[=_eval _index=][] = tSCC z[=hackname _cap=]Select[=_eval _index=][] =
[=select _str=];[= [=select _krstr=];[=
/select =][= /select =][=
_ENDIF =][= _ENDIF =][=
...@@ -79,7 +79,7 @@ tSCC z[=hackname _cap=]Select[=_eval _index=][] = ...@@ -79,7 +79,7 @@ tSCC z[=hackname _cap=]Select[=_eval _index=][] =
*/[= */[=
_FOR bypass =] _FOR bypass =]
tSCC z[=hackname _cap=]Bypass[=_eval _index=][] = tSCC z[=hackname _cap=]Bypass[=_eval _index=][] =
[=bypass _str=];[= [=bypass _krstr=];[=
/bypass =][= /bypass =][=
_ENDIF =][= _ENDIF =][=
...@@ -90,7 +90,7 @@ tSCC z[=hackname _cap=]Bypass[=_eval _index=][] = ...@@ -90,7 +90,7 @@ tSCC z[=hackname _cap=]Bypass[=_eval _index=][] =
*/[= */[=
_FOR test =] _FOR test =]
tSCC z[=hackname _cap=]Test[=_eval _index=][] = tSCC z[=hackname _cap=]Test[=_eval _index=][] =
[=test _str=];[= [=test _krstr=];[=
/test =][= /test =][=
_ENDIF =][= _ENDIF =][=
...@@ -157,9 +157,9 @@ tTestDesc a[=hackname _cap=]Tests[] = {[= ...@@ -157,9 +157,9 @@ tTestDesc a[=hackname _cap=]Tests[] = {[=
*/ */
const char* apz[=hackname _cap=]Patch[] = {[= const char* apz[=hackname _cap=]Patch[] = {[=
_IF sed _exist =] "sed"[=_FOR sed=], _IF sed _exist =] "sed"[=_FOR sed=],
"-e", [=sed _str=][=/sed=][= "-e", [=sed _krstr=][=/sed=][=
_ELIF shell _exist =] "sh", "-c", _ELIF shell _exist =] "sh", "-c",
[=shell _str=][= [=shell _krstr=][=
_ENDIF=], _ENDIF=],
(char*)NULL }; (char*)NULL };
......
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