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

ruby-changes:11599

From: azav <ko1@a...>
Date: Tue, 21 Apr 2009 00:11:56 +0900 (JST)
Subject: [ruby-changes:11599] Ruby:r23236 (trunk): * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change in time.c

azav	2009-04-21 00:11:46 +0900 (Tue, 21 Apr 2009)

  New Revision: 23236

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

  Log:
    * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change in time.c

  Modified files:
    trunk/symbian/setup

Index: symbian/setup
===================================================================
--- symbian/setup	(revision 23235)
+++ symbian/setup	(revision 23236)
@@ -22,6 +22,8 @@
 @echo>>$(1) #define SIZEOF_FLOAT 4
 @echo>>$(1) #define SIZEOF_DOUBLE 8
 @echo>>$(1) #define SIZEOF_TIME_T 4
+@echo>>$(1) #define TIMET2NUM(v) LONG2NUM(v)
+@echo>>$(1) #define NUM2TIMET(v) NUM2LONG(v)
 @echo>>$(1) #define SIZEOF_SIZE_T 4
 @echo>>$(1) #define SIZEOF_PTRDIFF_T 4
 @echo>>$(1) #define rb_pid_t pid_t

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

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