[macruby-changes] [2419] MacRuby/trunk/class.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 28 17:02:36 PDT 2009


Revision: 2419
          http://trac.macosforge.org/projects/ruby/changeset/2419
Author:   lsansonetti at apple.com
Date:     2009-08-28 17:02:36 -0700 (Fri, 28 Aug 2009)
Log Message:
-----------
disable that warning (bis)

Modified Paths:
--------------
    MacRuby/trunk/class.c

Modified: MacRuby/trunk/class.c
===================================================================
--- MacRuby/trunk/class.c	2009-08-29 00:01:55 UTC (rev 2418)
+++ MacRuby/trunk/class.c	2009-08-29 00:02:36 UTC (rev 2419)
@@ -148,7 +148,7 @@
 	    snprintf(ocname, sizeof ocname, "RB%s", name);
 	    while (objc_getClass(ocname) != NULL)
 		snprintf(ocname, sizeof ocname, "RB%s%ld", name, ++count);
-//	    rb_warning("can't create `%s' as an Objective-C class, because " \
+//	    rb_warning("can't create `%s' as an Objective-C class, because " 
 //		       "it already exists, instead using `%s'", name, ocname);
 	}
 	else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090828/426049fa/attachment-0001.html>


More information about the macruby-changes mailing list