summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index a54be27152..7c32f6dac0 100644
--- a/debug.c
+++ b/debug.c
@@ -19,6 +19,15 @@
#include "symbol.h"
#include "id.h"
+/* This is the only place struct RIMemo is actually used */
+struct RIMemo {
+ VALUE flags;
+ VALUE v0;
+ VALUE v1;
+ VALUE v2;
+ VALUE v3;
+};
+
/* for gdb */
const union {
enum ruby_special_consts special_consts;