summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-18 09:28:54 +0200
committerNoel Grandin <noel@peralex.com>2014-09-19 08:36:54 +0200
commit80bdaac0a6d26fc249c9e79ae1c1eacc770cd783 (patch)
tree514e03e6803251ef204a00fc0a45ab0af80757dc /rsc
parenta077da7ce6686f238592ea42de7c35e234bd9546 (diff)
rsc: remove VAX support
Change-Id: Ib3928c5f26d191d5ba184599edaa2e08668b16f5
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rscpp/cppdef.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h
index 8d05568d97da..887502ddc5eb 100644
--- a/rsc/source/rscpp/cppdef.h
+++ b/rsc/source/rscpp/cppdef.h
@@ -101,9 +101,6 @@
#if TARGET == SYS_UNIX
#define SYSTEM "unix"
-#ifdef vax
-#define MACHINE "vax"
-#endif
#endif
/*
@@ -253,13 +250,9 @@
#ifdef decus
#define FILE_LOCAL static
#else
-#ifdef vax11c
-#define FILE_LOCAL static
-#else
#define FILE_LOCAL /* Others are global */
#endif
#endif
-#endif
#endif // INCLUDED_RSC_SOURCE_RSCPP_CPPDEF_H