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
This commit is contained in:
parent
cc6c6c234f
commit
fd81d24f99
@ -1,3 +1,7 @@
|
||||
2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* i386/osf1elf.h: Add missing backslash to multiline string.
|
||||
|
||||
2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
|
||||
|
@ -18,7 +18,7 @@
|
||||
/* Note, -fpic and -fPIC are equivalent */
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "\
|
||||
%(cpp_cpu)
|
||||
%(cpp_cpu) \
|
||||
%{fpic: -D__SHARED__} %{fPIC: %{!fpic: -D__SHARED__}} \
|
||||
%{.S: %{!ansi:%{!traditional:%{!traditional-cpp:%{!ftraditional: -traditional}}}}} \
|
||||
%{.S: -D__LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* tinfo.h: Remove apostrophes from C++ comment (xgettext
|
||||
thinks this file is plain C).
|
||||
|
||||
2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* Makefile.in (call.o): Depend on $(EXPR_H).
|
||||
|
@ -32,8 +32,8 @@ struct __user_type_info : public std::type_info {
|
||||
// BOFF == -2, SUBTYPE is not a public base.
|
||||
// BOFF == -3, SUBTYPE occurs as multiple public non-virtual bases.
|
||||
// Lazily search the non-virtual bases of TARGET.
|
||||
// For backwards compatibility set BOFF to -1, that is the safe `don't know'
|
||||
// value. We don't care about SUBTYPES as private bases of TARGET, as they
|
||||
// For backwards compatibility set BOFF to -1, that is the safe "unknown"
|
||||
// value. We do not care about SUBTYPES as private bases of TARGET, as they
|
||||
// can never succeed as downcasts, only as crosscasts -- and then only if
|
||||
// they are virtual. This is more complicated that it might seem.
|
||||
void *dyncast (int boff,
|
||||
|
@ -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)
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* POTFILES.in: Remove stupid.c.
|
||||
* exgettext: s/VPROTO/VPARAMS/ now that we are no longer using
|
||||
VPROTO.
|
||||
|
||||
1999-12-31 Manfred Hollstein <mhollstein@cygnus.com>
|
||||
|
||||
* POTFILES.in: Remove config/xm-siglist.h.
|
||||
|
@ -749,7 +749,6 @@ simplify-rtx.c
|
||||
stack.h
|
||||
stmt.c
|
||||
stor-layout.c
|
||||
stupid.c
|
||||
sys-protos.h
|
||||
sys-types.h
|
||||
system.h
|
||||
|
Loading…
Reference in New Issue
Block a user