diff options
Diffstat (limited to 'gcc/cppalloc.c')
-rwxr-xr-x | gcc/cppalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppalloc.c b/gcc/cppalloc.c index 92fa2b9..bc99436 100755 --- a/gcc/cppalloc.c +++ b/gcc/cppalloc.c @@ -32,7 +32,7 @@ static void memory_full () { fprintf (stderr, "%s: Memory exhausted.\n", progname); - exit (FATAL_EXIT_CODE); + exit (EXIT_FAILURE); } PTR |