summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-14 16:49:50 -0800
committerYamaArashi <shadow962@live.com>2016-02-14 16:49:50 -0800
commitee6378488b6ef2654dcbffaaf1319c415c552f27 (patch)
tree41b529246b852d42c7f4ba57670525f0680a670f /gcc/cpperror.c
parent30da3665d6f93871e0c6d362d2f6cd3246c79b0a (diff)
fix md
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);
}