From 3bf7f848c5f356786a7ab2e6c7726b50c54b920a Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Sun, 16 Aug 2020 23:46:21 +0100 Subject: [PATCH] Tell STINK to keep symbols for all objects. This matches TS MUD54 from 1977, and makes debugging easier. --- src/mudsys/mud56.stink | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/mudsys/mud56.stink b/src/mudsys/mud56.stink index 5a6168e6..a50585cb 100644 --- a/src/mudsys/mud56.stink +++ b/src/mudsys/mud56.stink @@ -13,12 +13,12 @@ MNFREE BINL MGCHACK BINL MREADCH BINL MAGCMRK BINL -MREADER BINN -MPRINT BINN -MBUFMOD BINN -MARITH BINN -MMAPS BINN -MPRIMIT BINN +MREADER BINL +MPRINT BINL +MBUFMOD BINL +MARITH BINL +MMAPS BINL +MPRIMIT BINL MSTBUIL BINL MEVAL BINL MDECL BINL @@ -29,8 +29,8 @@ MPUTGET BINL MCREATE BINL MSAVE BINL MIPC BINL -MAGC BINN -MAMSGC BINN +MAGC BINL +MAMSGC BINL MINITM BINL ?