hide names, and remap public ones
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user