[前][次][番号順一覧][スレッド一覧]

ruby-changes:16175

From: usa <ko1@a...>
Date: Thu, 3 Jun 2010 09:39:13 +0900 (JST)
Subject: [ruby-changes:16175] Ruby:r28138 (trunk): * ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.

usa	2010-06-03 09:38:59 +0900 (Thu, 03 Jun 2010)

  New Revision: 28138

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28138

  Log:
    * ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.
      reported by sakiyama shin in [ruby-dev:41514]

  Modified files:
    trunk/ChangeLog
    trunk/ext/dl/dl.h

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 28137)
+++ ChangeLog	(revision 28138)
@@ -1,3 +1,8 @@
+Thu Jun  3 09:36:43 2010  NAKAMURA Usaku  <usa@r...>
+
+	* ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.
+	  reported by sakiyama shin in [ruby-dev:41514]
+
 Thu Jun  3 06:30:20 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* test/ruby/test_path.rb (test_path): workaround for drive
Index: ext/dl/dl.h
===================================================================
--- ext/dl/dl.h	(revision 28137)
+++ ext/dl/dl.h	(revision 28138)
@@ -32,7 +32,7 @@
 #endif
 
 #define MAX_CALLBACK 5
-#define DLSTACK_TYPE long
+#define DLSTACK_TYPE SIGNED_VALUE
 #define DLSTACK_SIZE (20)
 #define DLSTACK_PROTO \
     DLSTACK_TYPE,DLSTACK_TYPE,DLSTACK_TYPE,DLSTACK_TYPE,DLSTACK_TYPE,\

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]