summaryrefslogtreecommitdiff
path: root/gcc/system.h
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/system.h
parent30da3665d6f93871e0c6d362d2f6cd3246c79b0a (diff)
fix md
Diffstat (limited to 'gcc/system.h')
-rwxr-xr-xgcc/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index e56eb8c..ffb0f8b 100755
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -188,7 +188,7 @@ Boston, MA 02111-1307, USA. */
#define abort() \
(fprintf (stderr, "%s:%d: Internal compiler error\n", __FILE__, __LINE__), \
- exit (FATAL_EXIT_CODE))
+ exit (EXIT_FAILURE))
#define STRINGIFY(STRING) #STRING