16 lines
456 B
Diff
16 lines
456 B
Diff
---
|
|
src/lisp.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- src/lisp.h
|
|
+++ src/lisp.h 2015-06-19 15:07:05.294018565 +0000
|
|
@@ -1154,6 +1154,8 @@ typedef int Boolint;
|
|
|
|
/* ------------------------ alignment definitions ------------------- */
|
|
|
|
+#undef lisp_max_align_t
|
|
+#define max_align_t lisp_max_align_t
|
|
/* No type has a greater alignment requirement than max_align_t.
|
|
(except perhaps for types we don't use, like long double) */
|
|
typedef union
|