summaryrefslogtreecommitdiff
path: root/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'env.h')
-rw-r--r--env.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/env.h b/env.h
index 1019e6b567..56991cbdf2 100644
--- a/env.h
+++ b/env.h
@@ -16,9 +16,9 @@
RUBY_EXTERN struct FRAME {
VALUE self;
int argc;
- ID last_func;
- ID orig_func;
- VALUE last_class;
+ ID callee;
+ ID this_func;
+ VALUE this_class;
struct FRAME *prev;
struct FRAME *tmp;
struct RNode *node;