From ee6378488b6ef2654dcbffaaf1319c415c552f27 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 14 Feb 2016 16:49:50 -0800 Subject: fix md --- gcc/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/system.h') 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 -- cgit v1.2.3