aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.c b/lstate.c
index 79bb1b8d..503240ac 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 2.96 2012/05/22 17:50:39 roberto Exp roberto $ 2** $Id: lstate.c,v 2.97 2012/05/23 15:37:09 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -79,7 +79,7 @@ typedef struct LG {
79 79
80/* 80/*
81** Compute an initial seed as random as possible. In ANSI, rely on 81** Compute an initial seed as random as possible. In ANSI, rely on
82** Address Space Layour Randomization (if present) to increase 82** Address Space Layout Randomization (if present) to increase
83** randomness.. 83** randomness..
84*/ 84*/
85#define addbuff(b,p,e) \ 85#define addbuff(b,p,e) \