mirror of
https://github.com/PDP-10/its.git
synced 2026-03-23 09:19:24 +00:00
XUNAME is a builtin in our Muddle.
This means the assembler function in TELL isn't needed. Rename the colliding function in ROOMS, and use the builtin in CTELL's stub. (We could get rid of the stub entirely.)
This commit is contained in:
@@ -90,8 +90,8 @@ are never both set (no lowercase or a few other symbols)"
|
||||
<COND (<G=? .Y 75> <+ 1900 .Y>) (T <+ 2000 .Y>)>
|
||||
>
|
||||
|
||||
<DEFINE GXUNAME () "MTRZORK">
|
||||
<SETG XUNM "MTRZORK">
|
||||
<SETG XUNM <XUNAME>>
|
||||
<DEFINE GXUNAME () ,XUNM>
|
||||
<SETG SCRIPT-CHANNEL <>>
|
||||
|
||||
<DEFINE STARTER () 1>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
if that device exists; if not, (sort of) returns directory save file
|
||||
came from. On its it returns # zorkers currently in existence."
|
||||
<RANDOM <CHTYPE <DSKDATE> FIX>>
|
||||
<SETG XUNM <XUNAME>>
|
||||
<SETG XUNM <FROB-XUNAME>>
|
||||
<COND (<AND <L? .MUDDLE 100>
|
||||
<OR <=? ,XUNM "USERS1">
|
||||
<=? ,XUNM "USERS2">>>
|
||||
@@ -118,7 +118,7 @@
|
||||
|
||||
<OFF ,GC-HAND>
|
||||
|
||||
<DEFINE XUNAME ()
|
||||
<DEFINE FROB-XUNAME ()
|
||||
#DECL ((VALUE) STRING)
|
||||
<MAPF ,STRING
|
||||
<FUNCTION (X)
|
||||
|
||||
Reference in New Issue
Block a user