summaryrefslogtreecommitdiff
path: root/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'env.h')
-rw-r--r--env.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/env.h b/env.h
index c3b6d20b5c..8290b3e481 100644
--- a/env.h
+++ b/env.h
@@ -23,8 +23,7 @@ extern struct FRAME {
VALUE cbase;
struct FRAME *prev;
struct FRAME *tmp;
- char *file;
- int line;
+ struct RNode *node;
int iter;
int flags;
} *ruby_frame;