Kaydet (Commit) 60bb3e9d authored tarafından Noel Grandin's avatar Noel Grandin

rsc: remove more DEC remnants

Change-Id: I6b084d6b08ff2e7bd9adfba4c9eda7c8c650305c
üst be403dcf
......@@ -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:
......
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