From 2caecf1b3efdbee4e08888a04143421589d6143b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 24 Apr 2017 15:06:12 -0300 Subject: type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added to the auxlib buffer --- ltests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 77f0163d..4ac2c702 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 2.214 2017/04/19 18:46:47 roberto Exp roberto $ +** $Id: ltests.c,v 2.215 2017/04/24 16:59:26 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -81,7 +81,7 @@ static int tpanic (lua_State *L) { #define MARK 0x55 /* 01010101 (a nice pattern) */ typedef union Header { - L_Umaxalign a; /* ensures maximum alignment for Header */ + LUAI_MAXALIGN; struct { size_t size; int type; -- cgit v1.2.3-55-g6feb