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