cleaned up; hidden names

This commit is contained in:
ceriel
1988-11-18 17:52:39 +00:00
parent 7d8e3b8fcd
commit a804cc2e15
16 changed files with 121 additions and 59 deletions

View File

@@ -10,7 +10,7 @@
con4( l)
FOUR_BYTES l;
{
if ((_data_cnt -= 4) < 0) mem_data();
if ((data_cnt -= 4) < 0) mem_data();
#ifdef WORDS_REVERSED
con2( (int)(l>>16));
con2( (int) l);
@@ -19,5 +19,3 @@ FOUR_BYTES l;
con2( (int) (l>>16));
#endif
}