From fd81d24f991f53d3cdd71e482e6d83f351e1759d Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 6 Feb 2000 06:57:21 +0000 Subject: 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 --- gcc/exgettext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/exgettext') 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) -- cgit v1.1