aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-11-02 17:33:33 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-11-02 17:33:33 -0200
commite75c0148c387962f484f00701169a194b61a0429 (patch)
tree0dc68284b73553b8c7981ceef2aa955c4faefa5c /llimits.h
parent28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9 (diff)
downloadlua-e75c0148c387962f484f00701169a194b61a0429.tar.gz
lua-e75c0148c387962f484f00701169a194b61a0429.tar.bz2
lua-e75c0148c387962f484f00701169a194b61a0429.zip
comments (references to "ANSI C" changed to "ISO C", which is the
international name
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)