summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpperror.c')
-rwxr-xr-xgcc/cpperror.c4
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
}