summaryrefslogtreecommitdiff
path: root/gcc/exgettext
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-06 06:57:21 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-06 06:57:21 +0000
commite15686f1682b76749419c51f0846d2c319089ebe (patch)
treed463355bff3c559c2be3f199d8b9266127d988fd /gcc/exgettext
parent295d635969cf1e2e65e5085db1d5dbc52b52b78e (diff)
downloadgcc-e15686f1682b76749419c51f0846d2c319089ebe.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31816 138bc75d-0d04-0410-961f-82ee72b054a4
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 93d553cba76..3087d1df809 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)