diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 2.214 2017/04/19 18:46:47 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.215 2017/04/24 16:59:26 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -81,7 +81,7 @@ static int tpanic (lua_State *L) { | |||
81 | #define MARK 0x55 /* 01010101 (a nice pattern) */ | 81 | #define MARK 0x55 /* 01010101 (a nice pattern) */ |
82 | 82 | ||
83 | typedef union Header { | 83 | typedef union Header { |
84 | L_Umaxalign a; /* ensures maximum alignment for Header */ | 84 | LUAI_MAXALIGN; |
85 | struct { | 85 | struct { |
86 | size_t size; | 86 | size_t size; |
87 | int type; | 87 | int type; |