summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-08-13 12:21:54 +0100
committerDavid Mitchell <davem@iabyn.com>2015-08-17 11:16:23 +0100
commit750107042ee9a8457cb47e6713ffa0e7d8313c23 (patch)
tree21b34a99d54c2da3e0c86efc62f06cd648b58087 /intrpvar.h
parent7ede59473c4d7a55acad865d53265f59b4a6c628 (diff)
downloadperl-750107042ee9a8457cb47e6713ffa0e7d8313c23.tar.gz
document what PL_generation is for
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 142542a030..20fd4df6ea 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -489,7 +489,8 @@ PERLVAR(I, sys_intern, struct interp_intern)
/* more statics moved here */
PERLVAR(I, DBcv, CV *) /* from perl.c */
-PERLVARI(I, generation, int, 100) /* from op.c */
+PERLVARI(I, generation, int, 100) /* scan sequence# for OP_AASSIGN
+ compile-time common elem detection */
PERLVAR(I, unicode, U32) /* Unicode features: $ENV{PERL_UNICODE} or -C */