aboutsummaryrefslogtreecommitdiff
path: root/gcc/exgettext
diff options
context:
space:
mode:
authorZack Weinberg <zack@wolery.cumb.org>2000-02-06 06:57:21 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-02-06 06:57:21 +0000
commitfd81d24f991f53d3cdd71e482e6d83f351e1759d (patch)
treed463355bff3c559c2be3f199d8b9266127d988fd /gcc/exgettext
parentcc6c6c234f50d95507baf0fb77e67cb90dee3905 (diff)
downloadgcc-fd81d24f991f53d3cdd71e482e6d83f351e1759d.zip
gcc-fd81d24f991f53d3cdd71e482e6d83f351e1759d.tar.gz
gcc-fd81d24f991f53d3cdd71e482e6d83f351e1759d.tar.bz2
tinfo.h: Remove apostrophes from C++ comment (xgettext thinks this file is plain C).
* cp/tinfo.h: Remove apostrophes from C++ comment (xgettext thinks this file is plain C). * i386/osf1elf.h: Add missing backslash to multiline string. * po/POTFILES.in: Remove stupid.c. * exgettext: s/VPROTO/VPARAMS/ now that we are no longer using VPROTO. From-SVN: r31816
Diffstat (limited to 'gcc/exgettext')
-rwxr-xr-xgcc/exgettext2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/exgettext b/gcc/exgettext
index 93d553c..3087d1d 100755
--- a/gcc/exgettext
+++ b/gcc/exgettext
@@ -59,7 +59,7 @@ generate_keyword_options='
name = substr($0, 1, paren_index - 1)
sub(/[^0-9A-Z_a-z]*$/, "", name)
sub(/[ ]+PARAMS/, "", name)
- sub(/[ ]+VPROTO/, "", name)
+ sub(/[ ]+VPARAMS/, "", name)
sub(/.*[^0-9A-Z_a-z]/, "", name)
args = substr($0, paren_index)