Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c329beb0
Commit
c329beb0
authored
May 19, 1999
by
Bruce Korb
Committed by
Bruce Korb
May 19, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KandR-ification of fixincl.x
From-SVN: r27024
parent
7ec6a04e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
gcc/ChangeLog
+2
-2
gcc/fixinc/fixincl.tpl
+8
-8
gcc/fixinc/fixincl.x
+0
-0
No files found.
gcc/ChangeLog
View file @
c329beb0
...
...
@@ -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 0
3:1
0:08 1999 Bruce Korb <ddsinc09@ix.netcom.com>
Wed May 19 0
8:4
0: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)
...
...
gcc/fixinc/fixincl.tpl
View file @
c329beb0
...
...
@@ -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 _
kr
str=];
/*
* 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 _
kr
str=],[=
/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 _
kr
str=];[=
/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 _
kr
str=];[=
/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 _
kr
str=];[=
/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 _
kr
str=];[=
/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 _
kr
str=][=/sed=][=
_ELIF shell _exist =] "sh", "-c",
[=shell _str=][=
[=shell _
kr
str=][=
_ENDIF=],
(char*)NULL };
...
...
gcc/fixinc/fixincl.x
View file @
c329beb0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment