summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2019-05-09 15:04:35 -0700
committerAaron Patterson <tenderlove@ruby-lang.org>2019-05-13 14:00:36 -0700
commita1ecf07dff7530f8f53fb456b2e38a8a039cb561 (patch)
tree46d7669c823b10a0a019c44dd6048aac27893e72 /internal.h
parent66a7c92938638e3afceb1d92ae877376902a71a0 (diff)
turn T_MOVED in to a linked list
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 0ce1dcd495..4d3a5061d2 100644
--- a/internal.h
+++ b/internal.h
@@ -838,6 +838,7 @@ struct RHash {
struct RMoved {
VALUE flags;
VALUE destination;
+ VALUE next;
};
/* missing/setproctitle.c */