1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-23 01:16:20 +00:00

Use the definition of NULL from build.cmd.

Confusion's version said it "probably isn't legal in real mdl".
It isn't!
This commit is contained in:
Adam Sampson
2018-05-01 16:02:32 +01:00
parent 547bc9357a
commit ff043bad68
2 changed files with 2 additions and 2 deletions

View File

@@ -24,6 +24,8 @@
; "only use mark-sweep GC"
; <GC 8192 <> <CHTYPE <MIN> FIX>>
<SETG NULL!- <INSERT <STRING <ASCII 127>> <ROOT>>>
<VFLOAD "prim">
<VFLOAD "defs">
<VFLOAD "makstr">

View File

@@ -134,5 +134,3 @@ are never both set (no lowercase or a few other symbols)"
>
>
<AND <NOT <GASSIGNED? NULL>> <SETG NULL <INSERT <ATOM ""> <ROOT>>>> ;",NULL is an atom with a name containing a single rubout in real MDL. Here it's a totally empty atom (which probably isn't legal in real mdl) "
""