From: obrien Date: Wed, 17 Apr 2002 03:23:45 +0000 (+0000) Subject: 2002-04-17 Zack Weinberg X-Git-Tag: upstream/4.9.2~87261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b025b45b8b534752a267c1096a83f041781d844e;p=platform%2Fupstream%2Flinaro-gcc.git 2002-04-17 Zack Weinberg * Makefile.in (PROTO_OBJS): Add cppdefault.o. (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line. (unprotoize.o): Ditto. Build from protoize.c. Define UNPROTOIZE on command line. * protoize.c: Include cppdefault.h. Delete include_defaults. (in_system_include_dir): Use cpp_include_defaults (defined in cppdefault.o). * unprotoize.c: Delete file. Approved by: rth Message-ID: <20020415171022.A20025@redhat.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52404 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/unprotoize.c b/gcc/unprotoize.c deleted file mode 100644 index bebac0a..0000000 --- a/gcc/unprotoize.c +++ /dev/null @@ -1,2 +0,0 @@ -#define UNPROTOIZE -#include "protoize.c"