diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-06 06:57:21 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-06 06:57:21 +0000 |
commit | e15686f1682b76749419c51f0846d2c319089ebe (patch) | |
tree | d463355bff3c559c2be3f199d8b9266127d988fd /gcc/exgettext | |
parent | 295d635969cf1e2e65e5085db1d5dbc52b52b78e (diff) | |
download | gcc-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-x | gcc/exgettext | 2 |
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) |