[macruby-changes] [5140] MacRuby/trunk/include

source_changes at macosforge.org source_changes at macosforge.org
Sat Jan 8 01:13:21 PST 2011


Revision: 5140
          http://trac.macosforge.org/projects/ruby/changeset/5140
Author:   lsansonetti at apple.com
Date:     2011-01-08 01:13:15 -0800 (Sat, 08 Jan 2011)
Log Message:
-----------
more header cleanup

Modified Paths:
--------------
    MacRuby/trunk/include/MacRuby.h
    MacRuby/trunk/include/ruby.h
    MacRuby/trunk/include/rubyio.h
    MacRuby/trunk/include/rubysig.h

Modified: MacRuby/trunk/include/MacRuby.h
===================================================================
--- MacRuby/trunk/include/MacRuby.h	2011-01-08 07:14:32 UTC (rev 5139)
+++ MacRuby/trunk/include/MacRuby.h	2011-01-08 09:13:15 UTC (rev 5140)
@@ -1,3 +1,12 @@
+/*
+ * This file is covered by the Ruby license. See COPYING for more details.
+ *
+ * Copyright (C) 2007-2010, Apple Inc. All rights reserved
+ */
+
+#if __OBJC__
+# include <Foundation/Foundation.h>
+#endif
+
 #define RUBY_INCLUDED_AS_FRAMEWORK 1
-#include <Foundation/Foundation.h>
 #include "ruby/ruby.h"

Modified: MacRuby/trunk/include/ruby.h
===================================================================
--- MacRuby/trunk/include/ruby.h	2011-01-08 07:14:32 UTC (rev 5139)
+++ MacRuby/trunk/include/ruby.h	2011-01-08 09:13:15 UTC (rev 5140)
@@ -1,14 +1,10 @@
-/**********************************************************************
+/*
+ * This file is covered by the Ruby license. See COPYING for more details.
+ *
+ * Copyright (C) 2007-2010, Apple Inc. All rights reserved
+ * Copyright (C) 2007-2008 Yukihiro Matsumoto
+ */
 
-  ruby/mvm.h -
-
-  $Author$
-  created at: Sun 10 12:06:15 Jun JST 2007
-
-  Copyright (C) 2007-2008 Yukihiro Matsumoto
-
-**********************************************************************/
-
 #ifndef RUBY_H
 #define RUBY_H 1
 
@@ -26,5 +22,4 @@
 
 #include <ruby/ruby.h>
 
-extern void ruby_set_debug_option(const char *);
 #endif /* RUBY_H */

Modified: MacRuby/trunk/include/rubyio.h
===================================================================
--- MacRuby/trunk/include/rubyio.h	2011-01-08 07:14:32 UTC (rev 5139)
+++ MacRuby/trunk/include/rubyio.h	2011-01-08 09:13:15 UTC (rev 5140)
@@ -1 +1,7 @@
+/*
+ * This file is covered by the Ruby license. See COPYING for more details.
+ *
+ * Copyright (C) 2007-2010, Apple Inc. All rights reserved
+ */
+
 #include <ruby/io.h>

Modified: MacRuby/trunk/include/rubysig.h
===================================================================
--- MacRuby/trunk/include/rubysig.h	2011-01-08 07:14:32 UTC (rev 5139)
+++ MacRuby/trunk/include/rubysig.h	2011-01-08 09:13:15 UTC (rev 5140)
@@ -1 +1,7 @@
+/*
+ * This file is covered by the Ruby license. See COPYING for more details.
+ *
+ * Copyright (C) 2007-2010, Apple Inc. All rights reserved
+ */
+
 #include <ruby/signal.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20110108/7bf7a17c/attachment-0001.html>


More information about the macruby-changes mailing list