summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-11 08:49:26 -0800
committerYamaArashi <shadow962@live.com>2016-02-11 08:49:26 -0800
commite58748cc8494d3df2d83435078e5615641ddd9da (patch)
tree949415b2422cf7cec8275a2efe0c93cf3d3aa1b6 /gcc/cpperror.c
parent94d504a89ab27e7cf0460f29a12865e8fddf8659 (diff)
remove VMS stuff
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
}