From 370d31a5593220723d222dec6e3e4019decc3309 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 9 Mar 2005 13:28:07 -0300 Subject: `luac“ -> `luai' (to avoid confusion with other luac stuff) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llimits.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'llimits.h') diff --git a/llimits.h b/llimits.h index 52eacfc7..c90680a7 100644 --- a/llimits.h +++ b/llimits.h @@ -1,5 +1,5 @@ /* -** $Id: llimits.h,v 1.63 2005/01/14 14:19:42 roberto Exp roberto $ +** $Id: llimits.h,v 1.64 2005/03/08 20:10:05 roberto Exp roberto $ ** Limits, basic types, and some other `installation-dependent' definitions ** See Copyright Notice in lua.h */ @@ -15,14 +15,14 @@ #include "lua.h" -#define api_check luac_apicheck +#define api_check luai_apicheck -typedef LUAC_UINT32 lu_int32; +typedef LUAI_UINT32 lu_int32; -typedef LUAC_UMEM lu_mem; +typedef LUAI_UMEM lu_mem; -typedef LUAC_MEM l_mem; +typedef LUAI_MEM l_mem; @@ -47,11 +47,11 @@ typedef unsigned char lu_byte; /* type to ensure maximum alignment */ -typedef LUAC_USER_ALIGNMENT_T L_Umaxalign; +typedef LUAI_USER_ALIGNMENT_T L_Umaxalign; /* result of a `usual argument conversion' over lua_Number */ -typedef LUAC_UACNUMBER l_uacNumber; +typedef LUAI_UACNUMBER l_uacNumber; #define check_exp(c,e) (lua_assert(c), (e)) -- cgit v1.2.3-55-g6feb