aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/llimits.h b/llimits.h
index 50a44651..4aae7fc5 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.57 2003/12/01 16:33:30 roberto Exp roberto $ 2** $Id: llimits.h,v 1.58 2004/04/30 20:13:38 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*/
@@ -63,11 +63,6 @@ typedef LUSER_ALIGNMENT_T L_Umaxalign;
63typedef LUA_UACNUMBER l_uacNumber; 63typedef LUA_UACNUMBER l_uacNumber;
64 64
65 65
66#ifndef lua_assert
67#define lua_assert(c) /* empty */
68#endif
69
70
71#ifndef check_exp 66#ifndef check_exp
72#define check_exp(c,e) (e) 67#define check_exp(c,e) (e)
73#endif 68#endif