[macruby-changes] [268] MacRuby/trunk/gc-stub.m

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 11 13:48:32 PDT 2008


Revision: 268
          http://trac.macosforge.org/projects/ruby/changeset/268
Author:   lsansonetti at apple.com
Date:     2008-06-11 13:48:31 -0700 (Wed, 11 Jun 2008)

Log Message:
-----------
no need to require Foundation here

Modified Paths:
--------------
    MacRuby/trunk/gc-stub.m

Modified: MacRuby/trunk/gc-stub.m
===================================================================
--- MacRuby/trunk/gc-stub.m	2008-06-11 20:48:09 UTC (rev 267)
+++ MacRuby/trunk/gc-stub.m	2008-06-11 20:48:31 UTC (rev 268)
@@ -26,13 +26,11 @@
  *  POSSIBILITY OF SUCH DAMAGE.
  */
 
-#import <Foundation/Foundation.h>
-
 /* This file is needed to enable GC in miniruby and ruby executables.
  * The __RBDummy__ class is only to have something Objective-C in the 
  * executable bits, for the compiler.
  */
- at interface __RBDummy__ : NSObject
+ at interface __RBDummy__
 @end
 @implementation __RBDummy__
 @end

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080611/9a576450/attachment.htm 


More information about the macruby-changes mailing list