diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-02-06 06:57:21 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-02-06 06:57:21 +0000 |
commit | fd81d24f991f53d3cdd71e482e6d83f351e1759d (patch) | |
tree | d463355bff3c559c2be3f199d8b9266127d988fd /gcc/exgettext | |
parent | cc6c6c234f50d95507baf0fb77e67cb90dee3905 (diff) | |
download | gcc-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-x | gcc/exgettext | 2 |
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) |