KandR-ification of fixincl.x

From-SVN: r27024
This commit is contained in:
Bruce Korb 1999-05-19 08:37:57 +00:00 committed by Bruce Korb
parent 7ec6a04ef8
commit c329beb0be
3 changed files with 459 additions and 522 deletions

View File

@ -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
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
filename lists.
filename lists. Utilizes new "krstr" AutoGen function.
* fixinc/fixincl.x: Rebuilt.
Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)

View File

@ -22,7 +22,7 @@ _FOR fix =]
* Description [=_eval _index 1 + "#%3d -" _printf=] [=hackname _Cap=] fix
*/
tSCC z[=hackname _cap=]Name[] =
[=hackname _cap _str=];
[=hackname _cap _krstr=];
/*
* File name selection pattern
*/[=
@ -41,7 +41,7 @@ tSCC z[=hackname _cap=]List[] =
_IF mach _exist=]
tSCC* apz[=hackname _cap=]Machs[] = {[=
_FOR mach =]
[=mach _str=],[=
[=mach _krstr=],[=
/mach=]
(const char*)NULL };[=
@ -58,7 +58,7 @@ tSCC* apz[=hackname _cap=]Machs[] = {[=
*/[=
_FOR exesel =]
tSCC z[=hackname _cap=]Select[=_eval _index=][] =
[=exesel _str=];[=
[=exesel _krstr=];[=
/exesel =][=
_ELIF select _exist=]
@ -68,7 +68,7 @@ tSCC z[=hackname _cap=]Select[=_eval _index=][] =
*/[=
_FOR select =]
tSCC z[=hackname _cap=]Select[=_eval _index=][] =
[=select _str=];[=
[=select _krstr=];[=
/select =][=
_ENDIF =][=
@ -79,7 +79,7 @@ tSCC z[=hackname _cap=]Select[=_eval _index=][] =
*/[=
_FOR bypass =]
tSCC z[=hackname _cap=]Bypass[=_eval _index=][] =
[=bypass _str=];[=
[=bypass _krstr=];[=
/bypass =][=
_ENDIF =][=
@ -90,7 +90,7 @@ tSCC z[=hackname _cap=]Bypass[=_eval _index=][] =
*/[=
_FOR test =]
tSCC z[=hackname _cap=]Test[=_eval _index=][] =
[=test _str=];[=
[=test _krstr=];[=
/test =][=
_ENDIF =][=
@ -157,9 +157,9 @@ tTestDesc a[=hackname _cap=]Tests[] = {[=
*/
const char* apz[=hackname _cap=]Patch[] = {[=
_IF sed _exist =] "sed"[=_FOR sed=],
"-e", [=sed _str=][=/sed=][=
"-e", [=sed _krstr=][=/sed=][=
_ELIF shell _exist =] "sh", "-c",
[=shell _str=][=
[=shell _krstr=][=
_ENDIF=],
(char*)NULL };

File diff suppressed because it is too large Load Diff