diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 18:03:31 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 18:03:31 -0400 |
commit | 3efba298c7bafb883a504fea152b151820c1ac9d (patch) | |
tree | 88004db04434e773e995aceb1ed7c095a00e724c /gcc/cpplib.h | |
parent | 84ee6fd478f21c36abcc7d8b99c7f996ba267a48 (diff) | |
download | gcc-3efba298c7bafb883a504fea152b151820c1ac9d.zip gcc-3efba298c7bafb883a504fea152b151820c1ac9d.tar.gz gcc-3efba298c7bafb883a504fea152b151820c1ac9d.tar.bz2 |
Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.
From-SVN: r9725
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 3036760..f1c36a0 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -31,14 +31,6 @@ extern "C" { typedef unsigned char U_CHAR; -#ifndef FAILURE_EXIT_CODE -#define FAILURE_EXIT_CODE 33 /* gnu cc command understands this */ -#endif - -#ifndef SUCCESS_EXIT_CODE -#define SUCCESS_EXIT_CODE 0 /* 0 means success on Unix. */ -#endif - struct parse_file; typedef struct cpp_reader cpp_reader; typedef struct cpp_buffer cpp_buffer; |