1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-26 04:07:36 +00:00

GT - generate tables for C compiler.

- Rename YPRASE to C25, because that's what the STINKR script expects.
- Rename the lextype variable to lextag, because that's what G1 expects.
- Remove duplicate definition of STCMP; it's already in the C library.
- No need to link in APFNAM; it's already in the C library.
- Rewrite STINKR script for ITS.
This commit is contained in:
Lars Brinkhoff
2018-10-24 11:08:05 +02:00
parent db7346cb8d
commit b94c7325d9
5 changed files with 8 additions and 17 deletions

View File

@@ -1153,6 +1153,11 @@ expect ":KILL"
respond "*" ":stinkr cc\r"
expect ":KILL"
# GT
respond "*" ":c;cc g0.c g1.c g2.c g3.c g4.c g5.c c25.c\r"
expect ":KILL"
respond "*" ":stinkr gt\r"
# TJ6
respond "*" ":midas sysbin;_tj6;tj6\r"
expect ":KILL"