assert macro has one parameter

This commit is contained in:
ceriel
1988-04-19 09:57:44 +00:00
parent e794b4988c
commit 12aa626302
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
extern _trp();
#define assert() /* nothing */
#define assert(x) /* nothing */
struct descr {
int low;