(FAILURE_EXIT_CODE): Remove.
From-SVN: r9726
This commit is contained in:
parent
3efba298c7
commit
65f051c8e2
@ -1,5 +1,5 @@
|
||||
/* Configuration for GNU C-compiler for DEC Alpha.
|
||||
Copyright (C) 1990, 1992, 1993, 1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1990, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
|
||||
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
|
||||
|
||||
This file is part of GNU CC.
|
||||
@ -38,8 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
/* Arguments to use with `exit'. */
|
||||
#define SUCCESS_EXIT_CODE 0
|
||||
#define FAILURE_EXIT_CODE 2
|
||||
#define FATAL_EXIT_CODE 3
|
||||
#define FATAL_EXIT_CODE 33
|
||||
|
||||
/* If not compiled with GNU C, use the builtin alloca. */
|
||||
#ifndef __GNUC__
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Configuration for GNU C-compiler for IBM RS/6000.
|
||||
Copyright (C) 1990, 1993 Free Software Foundation, Inc.
|
||||
Contributed by Richard Kenner (kenner@nyu.edu).
|
||||
Copyright (C) 1990, 1993, 1995 Free Software Foundation, Inc.
|
||||
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
|
||||
|
||||
This file is part of GNU CC.
|
||||
|
||||
@ -38,8 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
/* Arguments to use with `exit'. */
|
||||
#define SUCCESS_EXIT_CODE 0
|
||||
#define FAILURE_EXIT_CODE 2
|
||||
#define FATAL_EXIT_CODE 3
|
||||
#define FATAL_EXIT_CODE 33
|
||||
|
||||
/* If not compiled with GNU C, use the C alloca and use only int bitfields. */
|
||||
#ifndef __GNUC__
|
||||
|
@ -48,10 +48,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT
|
||||
|
||||
#define SUCCESS_EXIT_CODE 1
|
||||
#define FAILURE_EXIT_CODE (2 | 0x10000000) /* Error, and no DCL message. */
|
||||
#define FATAL_EXIT_CODE (44 | 0x10000000) /* Abort, and no DCL message. */
|
||||
/* (FAILURE_ is used in cccp.c, FATAL_ by toplev.c, plus gen*.c and bi-*.c) */
|
||||
|
||||
|
||||
/* A couple of conditionals for execution machine are controlled here. */
|
||||
#ifndef VMS
|
||||
|
Loading…
Reference in New Issue
Block a user