[macruby-changes] [2977] MacRuby/trunk/vm.h

source_changes at macosforge.org source_changes at macosforge.org
Sat Nov 7 00:05:54 PST 2009


Revision: 2977
          http://trac.macosforge.org/projects/ruby/changeset/2977
Author:   lsansonetti at apple.com
Date:     2009-11-07 00:05:48 -0800 (Sat, 07 Nov 2009)
Log Message:
-----------
forgot to commit this one

Modified Paths:
--------------
    MacRuby/trunk/vm.h

Modified: MacRuby/trunk/vm.h
===================================================================
--- MacRuby/trunk/vm.h	2009-11-07 07:38:25 UTC (rev 2976)
+++ MacRuby/trunk/vm.h	2009-11-07 08:05:48 UTC (rev 2977)
@@ -751,6 +751,7 @@
 	void copy_methods(Class from_class, Class to_class);
 	void get_methods(VALUE ary, Class klass, bool include_objc_methods,
 		int (*filter) (VALUE, ID, VALUE));
+	void method_added(Class klass, SEL sel);
 
 	GlobalVariable *redefined_op_gvar(SEL sel, bool create);
 	bool should_invalidate_inline_op(SEL sel, Class klass);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091107/f76c8cdb/attachment.html>


More information about the macruby-changes mailing list