summaryrefslogtreecommitdiff
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-08 06:59:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-08 06:59:38 +0000
commit9796a9bc1ca13fe3c30b1199650b238b4e0461b6 (patch)
tree098e099ed217255187461f9893643303a8233562 /intern.h
parent17065d47a68eaa6a854297b94e4d85d379b23f2d (diff)
* eval.c: remove ruby_last_node and assignments seems to be
unnecessary * intern.h: debug does not run if ID_ALLOCATOR is zero. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.h b/intern.h
index c6010084ad..c84f8ab049 100644
--- a/intern.h
+++ b/intern.h
@@ -17,7 +17,7 @@
* the kernel.
*/
-#define ID_ALLOCATOR 0
+#define ID_ALLOCATOR 1
/* array.c */
void rb_mem_clear _((register VALUE*, register long));