Kaydet (Commit) 80bdaac0 authored tarafından Noel Grandin's avatar Noel Grandin

rsc: remove VAX support

Change-Id: Ib3928c5f26d191d5ba184599edaa2e08668b16f5
üst a077da7c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment