From e75c0148c387962f484f00701169a194b61a0429 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 2 Nov 2014 17:33:33 -0200 Subject: comments (references to "ANSI C" changed to "ISO C", which is the international name --- llimits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llimits.h') diff --git a/llimits.h b/llimits.h index 01a0d29b..eb76af15 100644 --- a/llimits.h +++ b/llimits.h @@ -1,5 +1,5 @@ /* -** $Id: llimits.h,v 1.122 2014/10/27 16:29:58 roberto Exp roberto $ +** $Id: llimits.h,v 1.123 2014/10/29 17:07:45 roberto Exp roberto $ ** Limits, basic types, and some other 'installation-dependent' definitions ** See Copyright Notice in lua.h */ @@ -120,7 +120,7 @@ typedef LUAI_UACINT l_uacInt; /* ** cast a lua_Unsigned to a signed lua_Integer; this cast is -** not strict ANSI C, but two-complement architectures should +** not strict ISO C, but two-complement architectures should ** work fine. */ #if !defined(l_castU2S) -- cgit v1.2.3-55-g6feb