From ecf0c48d5a8308500f2331287fe88c88d6c43b70 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 12 Sep 2003 03:30:45 +0000 Subject: * intern.h (rb_disable_super, rb_enable_super): replace with dummy expressions instead of prototypes. the functions remain yet for binary compatibility. [ruby-talk:81758] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 513af340c8..4eeb9670b9 100644 --- a/eval.c +++ b/eval.c @@ -460,6 +460,9 @@ rb_mod_remove_method(argc, argv, mod) return mod; } +#undef rb_disable_super +#undef rb_enable_super + void rb_disable_super(klass, name) VALUE klass; -- cgit v1.2.3