summaryrefslogtreecommitdiffstats
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 c8aba3744..1019e6b56 100644
--- a/env.h
+++ b/env.h
@@ -29,8 +29,7 @@ RUBY_EXTERN struct FRAME {
void rb_gc_mark_frame _((struct FRAME *));
-#define FRAME_ALLOCA 0
-#define FRAME_MALLOC 1
+#define FRAME_DMETH 1
RUBY_EXTERN struct SCOPE {
struct RBasic super;