diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.42 2002/03/26 20:46:10 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.43 2002/04/23 14:59:35 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 | */ |
@@ -83,6 +83,11 @@ union L_Umaxalign { LUSER_ALIGNMENT_T u; void *s; long l; }; | |||
83 | #endif | 83 | #endif |
84 | 84 | ||
85 | 85 | ||
86 | #ifndef check_exp | ||
87 | #define check_exp(c,e) (e) | ||
88 | #endif | ||
89 | |||
90 | |||
86 | #ifndef UNUSED | 91 | #ifndef UNUSED |
87 | #define UNUSED(x) ((void)(x)) /* to avoid warnings */ | 92 | #define UNUSED(x) ((void)(x)) /* to avoid warnings */ |
88 | #endif | 93 | #endif |