diff options
Diffstat (limited to 'gcc/cpperror.c')
-rwxr-xr-x | gcc/cpperror.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index 107dc54..ed9449d 100755 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -163,9 +163,5 @@ cpp_pfatal_with_name (pfile, name) const char *name; { cpp_perror_with_name (pfile, name); -#ifdef VMS - exit (vaxc$errno); -#else exit (FATAL_EXIT_CODE); -#endif } |