summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpperror.c')
-rwxr-xr-xgcc/cpperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index ed9449d..afb52f4 100755
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -163,5 +163,5 @@ cpp_pfatal_with_name (pfile, name)
const char *name;
{
cpp_perror_with_name (pfile, name);
- exit (FATAL_EXIT_CODE);
+ exit (EXIT_FAILURE);
}