aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llimits.h b/llimits.h
index 01a0d29b..eb76af15 100644
--- a/llimits.h
+++ b/llimits.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llimits.h,v 1.122 2014/10/27 16:29:58 roberto Exp roberto $ 2** $Id: llimits.h,v 1.123 2014/10/29 17:07:45 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*/
@@ -120,7 +120,7 @@ typedef LUAI_UACINT l_uacInt;
120 120
121/* 121/*
122** cast a lua_Unsigned to a signed lua_Integer; this cast is 122** cast a lua_Unsigned to a signed lua_Integer; this cast is
123** not strict ANSI C, but two-complement architectures should 123** not strict ISO C, but two-complement architectures should
124** work fine. 124** work fine.
125*/ 125*/
126#if !defined(l_castU2S) 126#if !defined(l_castU2S)