mirror of git://gcc.gnu.org/git/gcc.git
filter_params.pl: Typo fix.
* filter_params.pl: Typo fix. * filter_knr2ansi.pl: Likewise. From-SVN: r102006
This commit is contained in:
parent
d0ca130aa5
commit
d0e71b9c05
|
@ -1,3 +1,8 @@
|
||||||
|
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.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
#
|
#
|
||||||
# Goes thourgh the input line by line to find K&R style function
|
# Goes through 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 = <>;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# Filters out some of the #defines used thourghout the GCC sources:
|
# Filters out some of the #defines used throughout 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue