hide names, and remap public ones

This commit is contained in:
ceriel
1989-01-26 13:32:57 +00:00
parent e92f8ac398
commit 5a18c3748d
27 changed files with 121 additions and 86 deletions

View File

@@ -4,7 +4,7 @@
text2( w)
TWO_BYTES w;
{
if ((_text_cnt -= 2) < 0) mem_text();
if ((text_cnt -= 2) < 0) mem_text();
#ifdef BYTES_REVERSED
*text++ = w>>8;
*text++ = w;