summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-18 10:26:33 +0200
committerNoel Grandin <noel@peralex.com>2014-09-19 08:36:55 +0200
commit60bb3e9d34a36faf438737992af468da83f6551b (patch)
tree10544e7f403157df342c2ca3c56cb290d3d401aa /rsc
parentbe403dcf9d1134f004cb7af9ec7482d89e1db581 (diff)
rsc: remove more DEC remnants
Change-Id: I6b084d6b08ff2e7bd9adfba4c9eda7c8c650305c
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rscpp/cpp1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c
index 6c52de312c14..e6b84025f3e3 100644
--- a/rsc/source/rscpp/cpp1.c
+++ b/rsc/source/rscpp/cpp1.c
@@ -314,11 +314,7 @@ int MAIN(int argc, char** argv)
} /* Else, just get stdin */
case 0: /* No args? */
case 1: /* No files, stdin -> stdout */
-#if (HOST == SYS_UNIX) || (HOST == SYS_UNKNOWN)
work[0] = EOS; /* Unix can't find stdin name */
-#else
- fgetname(stdin, work); /* Vax-11C, Decus C know name */
-#endif
break;
default: