diff options
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 |