summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.c b/globals.c
index 9f77299c2c..cd42e1715f 100644
--- a/globals.c
+++ b/globals.c
@@ -1474,6 +1474,7 @@ CPerlObj::Init(void)
copline = NOLINE;
laststatval = -1;
laststype = OP_STAT;
+ generation = 100;
#ifdef WIN32
New(2904, environ, 1, char*);