summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2019-07-15 11:55:27 +0100
committerDavid Mitchell <davem@iabyn.com>2019-08-05 11:31:08 +0100
commitc63fff64d7aa23894e5fa68504e177f77b72fce9 (patch)
treede1463d9cb1bfa5bb02d97239cdb825d58bd9dd4 /op.h
parent7b85c12a47eeaeb8aaaa0c95fdbdd48ecd5f929d (diff)
downloadperl-c63fff64d7aa23894e5fa68504e177f77b72fce9.tar.gz
struct opslot: document a field better
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 5a61b6a331..2da5edc917 100644
--- a/op.h
+++ b/op.h
@@ -698,7 +698,7 @@ struct opslot {
struct opslab {
OPSLAB * opslab_next; /* next slab */
OPSLAB * opslab_head; /* first slab in chain */
- OP * opslab_freed; /* chain of freed ops */
+ OP * opslab_freed; /* chain of freed ops (head only)*/
size_t opslab_refcnt; /* number of ops (head slab only) */
U16 opslab_size; /* size of slab in pointers,
including header */