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
d0e71b9c
Commit
d0e71b9c
authored
Jul 14, 2005
by
Ben Elliston
Committed by
Ben Elliston
Jul 14, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filter_params.pl: Typo fix.
* filter_params.pl: Typo fix. * filter_knr2ansi.pl: Likewise. From-SVN: r102006
parent
d0ca130a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
contrib/ChangeLog
+5
-0
contrib/filter_knr2ansi.pl
+1
-1
contrib/filter_params.pl
+1
-1
No files found.
contrib/ChangeLog
View file @
d0e71b9c
2005
-
07
-
14
Ben
Elliston
<
bje
@au
.
ibm
.
com
>
*
filter_params
.
pl
:
Typo
fix
.
*
filter_knr2ansi
.
pl
:
Likewise
.
2005
-
06
-
05
Gerald
Pfeifer
<
gerald
@pfeifer
.
com
>
2005
-
06
-
05
Gerald
Pfeifer
<
gerald
@pfeifer
.
com
>
*
gennews
(
files
)
:
Update
for
egcs
-
1
.
0
release
pages
consolidation
.
*
gennews
(
files
)
:
Update
for
egcs
-
1
.
0
release
pages
consolidation
.
...
...
contrib/filter_knr2ansi.pl
View file @
d0e71b9c
#!/usr/bin/perl
#!/usr/bin/perl
#
#
# Goes th
our
gh the input line by line to find K&R style function
# Goes th
rou
gh the input line by line to find K&R style function
# declarations, and replaces them with ANSI style declarations.
# declarations, and replaces them with ANSI style declarations.
#
#
@blah
=
<>
;
@blah
=
<>
;
...
...
contrib/filter_params.pl
View file @
d0e71b9c
#!/usr/bin/perl
#!/usr/bin/perl
# Filters out some of the #defines used th
our
ghout the GCC sources:
# Filters out some of the #defines used th
rou
ghout the GCC sources:
# - GTY(()) marks declarations for gengtype.c
# - GTY(()) marks declarations for gengtype.c
# - PARAMS(()) is used for K&R compatibility. See ansidecl.h.
# - PARAMS(()) is used for K&R compatibility. See ansidecl.h.
...
...
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