Commit d0e71b9c by Ben Elliston Committed by Ben Elliston

filter_params.pl: Typo fix.

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

From-SVN: r102006
parent d0ca130a
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.
......
#!/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 = <>;
......
#!/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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment