Shadow ALIGN macro defined by system headers

OpenBSD sys/param.h defines it.
This commit is contained in:
Lassi Kortela 2019-10-14 11:58:20 +03:00
parent 3bd2897129
commit c048a8ee6c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include "scheme_compiler_watcomc.h"
#endif
#undef ALIGN
#define ALIGN(x, sz) (((x) + (sz - 1)) & (-sz))
extern double D_PNAN;