Commit e15686f1 authored by zack's avatar zack
Browse files

* 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
parent 295d6359
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}} \
......
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)
......
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment