aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/g++spec.c
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1997-08-20 20:50:39 -0400
committerJason Merrill <jason@gcc.gnu.org>1997-08-20 20:50:39 -0400
commit49c249e1c8aecde11d2166d5bfc6789cb3882172 (patch)
treec9fa739ae50f1adb0f63b8a81e6fb2113c2dacc5 /gcc/cp/g++spec.c
parent177873a5216e3c6c526885d9fcb836c17e6e0cd4 (diff)
downloadgcc-49c249e1c8aecde11d2166d5bfc6789cb3882172.zip
gcc-49c249e1c8aecde11d2166d5bfc6789cb3882172.tar.gz
gcc-49c249e1c8aecde11d2166d5bfc6789cb3882172.tar.bz2
[multiple changes]
Wed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick.cygnus.com> * call.c (is_subseq): Don't try to be clever. Wed Aug 20 03:13:36 1997 H.J. Lu (hjl@gnu.ai.mit.edu) * parse.y, pt.c: Include "except.h". * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c, error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c, lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c, sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish prototyping. Wed Aug 20 01:34:40 1997 Jason Merrill <jason@yorick.cygnus.com> * decl2.c (mark_vtable_entries): Instead of replacing pure virtuals with a reference to __pure_virtual, copy the decl and change the RTL. From-SVN: r14868
Diffstat (limited to 'gcc/cp/g++spec.c')
-rw-r--r--gcc/cp/g++spec.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/g++spec.c b/gcc/cp/g++spec.c
index 126e1c4..beb8c57 100644
--- a/gcc/cp/g++spec.c
+++ b/gcc/cp/g++spec.c
@@ -5,6 +5,14 @@
#include "gansidecl.h"
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
/* This bit is set if we saw a `-xfoo' language specification. */
#define LANGSPEC (1<<1)
/* This bit is set if they did `-lm' or `-lmath'. */