made arg_error dependent on DEBUG; fixed cmp instruction in as_table

This commit is contained in:
ceriel
1989-02-07 11:42:28 +00:00
parent fa6900fbbc
commit 9dcae8fcd0
3 changed files with 10 additions and 0 deletions

View File

@@ -24,3 +24,7 @@
#define clean_push_buf() if(push_waiting){text1(0x50);push_waiting=FALSE;}
#define assign( l, r) l = r
extern int push_waiting;
#ifndef DEBUG
#define arg_error(s,i)
#endif