diff options
author | YamaArashi <shadow962@live.com> | 2016-02-11 08:49:26 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-11 08:49:26 -0800 |
commit | e58748cc8494d3df2d83435078e5615641ddd9da (patch) | |
tree | 949415b2422cf7cec8275a2efe0c93cf3d3aa1b6 /gcc/cpperror.c | |
parent | 94d504a89ab27e7cf0460f29a12865e8fddf8659 (diff) |
remove VMS stuff
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 } |