Made to compile with DEBUG off

This commit is contained in:
ceriel
1988-09-02 13:55:54 +00:00
parent 1a8129513d
commit 1d23e4485e
9 changed files with 23 additions and 6 deletions

View File

@@ -70,7 +70,6 @@ badassertion(file,line) char *file; unsigned line; {
fprintf(stderr,"assertion failed file %s, line %u\n",file,line);
error("assertion");
}
#endif
/* Valid Address */
VA(a) short *a; {
@@ -148,3 +147,4 @@ VP(p) proc_p p; {
error("VP: unlikely p_nrlabels: %d", nrlabs);
}
}
#endif