Commit a140c081 by James E Wilson Committed by Jim Wilson

Fix gen-proto (fixproto) build failure.

* Makefile.in (GEN_PROTOS_OBJS): Add $(BUILD_ERRORS).
* gen-protos.c: Include errors.h.
(progname): Delete.

From-SVN: r87480
parent c6303833
2004-09-13 James E Wilson <wilson@specifixinc.com>
* Makefile.in (GEN_PROTOS_OBJS): Add $(BUILD_ERRORS).
* gen-protos.c: Include errors.h.
(progname): Delete.
2004-09-14 Jan Hubicka <jh@suse.cz>
* Makefile.in (predict.o): Depend on tree-scalar-evolution.h
......
......@@ -2839,7 +2839,7 @@ deduced.h: $(GCC_PASSES) $(srcdir)/scan-types.sh stmp-int-hdrs
$(STAMP) deduced.h; \
fi
GEN_PROTOS_OBJS = gen-protos.o scan.o
GEN_PROTOS_OBJS = gen-protos.o scan.o $(BUILD_ERRORS)
gen-protos$(build_exeext): $(GEN_PROTOS_OBJS)
${CC_FOR_BUILD} $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o $@ \
$(GEN_PROTOS_OBJS) $(BUILD_LIBS)
......
......@@ -21,9 +21,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "coretypes.h"
#include "tm.h"
#include "scan.h"
#include "errors.h"
int verbose = 0;
const char *progname;
static void add_hash (const char *);
static int parse_fn_proto (char *, char *, struct fn_decl *);
......
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