aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/llimits.h b/llimits.h
index fa14dfc7..14940550 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.140 2015/10/21 18:40:47 roberto Exp roberto $ 2** $Id: llimits.h,v 1.141 2015/11/19 19:16:22 roberto Exp roberto $
3** Limits, basic types, and some other 'installation-dependent' definitions 3** Limits, basic types, and some other 'installation-dependent' definitions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -60,21 +60,6 @@ typedef unsigned char lu_byte;
60 60
61 61
62 62
63/* type to ensure maximum alignment */
64#if defined(LUAI_USER_ALIGNMENT_T)
65typedef LUAI_USER_ALIGNMENT_T L_Umaxalign;
66#else
67typedef union {
68 lua_Number n;
69 double u;
70 void *s;
71 lua_Integer i;
72 long l;
73} L_Umaxalign;
74#endif
75
76
77
78/* types of 'usual argument conversions' for lua_Number and lua_Integer */ 63/* types of 'usual argument conversions' for lua_Number and lua_Integer */
79typedef LUAI_UACNUMBER l_uacNumber; 64typedef LUAI_UACNUMBER l_uacNumber;
80typedef LUAI_UACINT l_uacInt; 65typedef LUAI_UACINT l_uacInt;