summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-20 15:11:46 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-20 15:11:46 +0000
commit2be23d478950c00cd4ca80ff5a767bd95b965101 (patch)
treeaa11de5464012d68d2d92db2745f91ec0d0e57aa /symbian
parent7a2a81503751f5d5adc740bb09ef68bafb551fb3 (diff)
* symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change in time.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'symbian')
-rw-r--r--symbian/setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/symbian/setup b/symbian/setup
index aeb59e7c72..52738ef76a 100644
--- a/symbian/setup
+++ b/symbian/setup
@@ -22,6 +22,8 @@ define config_h
@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