summaryrefslogtreecommitdiff
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-24 08:02:00 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-24 08:02:00 +0000
commite274c3ab76ca95dd089b6ef467700b4a0576dfad (patch)
treecc2e7fa4c4d0e86122f9a39b0a623720856485f5 /intern.h
parent2b334012fc6feb1f6158943bbd9f15fbb262fc01 (diff)
* class.c (ins_methods_i): should not show ID_ALLOCATOR.
* class.c (ins_methods_prot_i): ditto. * class.c (ins_methods_priv_i): ditto. * class.c (ins_methods_pub_i): ditto. * eval.c (call_trace_func): ditto. * eval.c (rb_undefined): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3204 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 46ceb7d270..8aacb73fba 100644
--- a/intern.h
+++ b/intern.h
@@ -17,7 +17,7 @@
* the kernel.
*/
-#define ID_ALLOCATOR 1
+#define ID_ALLOCATOR 0
/* array.c */
void rb_mem_clear _((register VALUE*, register long));