X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=contrib%2Ffilter_params.pl;h=22dae6cc561d973ac58f0803c8bd1b8527c53d59;hb=800c7017973bde64af30dc7bf500f11281cd035f;hp=05861e376fe93aed3ab27a8898202fa2c5b9eea2;hpb=4ee9c6840ad3fc92a9034343278a1e476ad6872a;p=pf3gnuchains%2Fgcc-fork.git diff --git a/contrib/filter_params.pl b/contrib/filter_params.pl index 05861e376fe..22dae6cc561 100755 --- a/contrib/filter_params.pl +++ b/contrib/filter_params.pl @@ -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.