1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
azav 2009-04-20 15:11:46 +00:00
parent 7a2a815037
commit 2be23d4789

View file

@ -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