assert macro has one parameter
This commit is contained in:
parent
9d3ae1c4d0
commit
da872ef789
|
@ -21,7 +21,7 @@
|
|||
extern _sav();
|
||||
extern _rst();
|
||||
|
||||
#define assert() /* nothing */
|
||||
#define assert(x) /* nothing */
|
||||
#define UNDEF 0x8000
|
||||
|
||||
struct adm {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
extern _trp();
|
||||
|
||||
#define assert() /* nothing */
|
||||
#define assert(x) /* nothing */
|
||||
|
||||
struct descr {
|
||||
int low;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
extern _trp();
|
||||
|
||||
#define assert() /* nothing */
|
||||
#define assert(x) /* nothing */
|
||||
|
||||
struct descr {
|
||||
int low;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
extern _wstrin();
|
||||
extern char *_fcvt();
|
||||
|
||||
#define assert() /* nothing */
|
||||
#define assert(x) /* nothing */
|
||||
|
||||
#define HUGE_DIG 39 /* log10(maxreal) */
|
||||
#define PREC_DIG 80 /* the maximum digits returned by _fcvt() */
|
||||
|
|
Loading…
Reference in a new issue