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 --- lstate.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lstate.c') diff --git a/lstate.c b/lstate.c index 75d914e4..d42f0e82 100644 --- a/lstate.c +++ b/lstate.c @@ -1,5 +1,5 @@ /* -** $Id: lstate.c,v 2.125 2014/07/24 16:17:56 roberto Exp roberto $ +** $Id: lstate.c,v 2.126 2014/11/02 19:19:04 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -74,9 +74,8 @@ typedef struct LG { /* -** Compute an initial seed as random as possible. In ANSI, rely on -** Address Space Layout Randomization (if present) to increase -** randomness.. +** Compute an initial seed as random as possible. Rely on Address Space +** Layout Randomization (if present) to increase randomness.. */ #define addbuff(b,p,e) \ { size_t t = cast(size_t, e); \ -- cgit v1.2.3-55-g6feb