diff options
author | YamaArashi <shadow962@live.com> | 2016-02-14 16:49:50 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-14 16:49:50 -0800 |
commit | ee6378488b6ef2654dcbffaaf1319c415c552f27 (patch) | |
tree | 41b529246b852d42c7f4ba57670525f0680a670f /gcc/system.h | |
parent | 30da3665d6f93871e0c6d362d2f6cd3246c79b0a (diff) |
fix md
Diffstat (limited to 'gcc/system.h')
-rwxr-xr-x | gcc/system.h | 2 |
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 |