filter_params.pl: Typo fix.

* filter_params.pl: Typo fix.
	* filter_knr2ansi.pl: Likewise.

From-SVN: r102006
This commit is contained in:
Ben Elliston 2005-07-14 03:38:20 +00:00 committed by Ben Elliston
parent d0ca130aa5
commit d0e71b9c05
3 changed files with 7 additions and 2 deletions

View File

@ -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>
* gennews (files): Update for egcs-1.0 release pages consolidation.

View File

@ -1,6 +1,6 @@
#!/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.
#
@blah = <>;

View File

@ -1,6 +1,6 @@
#!/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
# - PARAMS(()) is used for K&R compatibility. See ansidecl.h.