newer version

This commit is contained in:
ceriel
1986-06-26 09:39:36 +00:00
parent 9932033365
commit bcfca75b56
19 changed files with 387 additions and 446 deletions

View File

@@ -49,9 +49,9 @@
#define DEBUG 1 /* perform various self-tests */
extern char options[];
#ifdef DEBUG
#define DO_DEBUG(n, x) ((n) <= options['D'] && (x))
#define DO_DEBUG(y, x) ((y) && (x))
#else
#define DO_DEBUG(n, x)
#define DO_DEBUG(y, x)
#endif DEBUG
!File: inputtype.h