Shadow ALIGN macro defined by system headers
OpenBSD sys/param.h defines it.
This commit is contained in:
parent
3bd2897129
commit
c048a8ee6c
|
@ -35,6 +35,7 @@
|
|||
#include "scheme_compiler_watcomc.h"
|
||||
#endif
|
||||
|
||||
#undef ALIGN
|
||||
#define ALIGN(x, sz) (((x) + (sz - 1)) & (-sz))
|
||||
|
||||
extern double D_PNAN;
|
||||
|
|
Loading…
Reference in New Issue