From 3efba298c7bafb883a504fea152b151820c1ac9d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 May 1995 18:03:31 -0400 Subject: Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE. From-SVN: r9725 --- gcc/gen-protos.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gcc/gen-protos.c') diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index 3b5c6108bfb..a7f77a98b59 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -1,5 +1,5 @@ /* gen-protos.c - massages a list of prototypes, for use by fixproto. - Copyright (C) 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -175,8 +175,5 @@ fatal (s) char *s; { fprintf (stderr, "%s: %s\n", "gen-protos", s); -#ifndef FAILURE_EXIT_CODE -#define FAILURE_EXIT_CODE 33 /* gnu cc command understands this */ -#endif - exit (FAILURE_EXIT_CODE); + exit (FATAL_EXIT_CODE); } -- cgit v1.2.1