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:
parent
7a2a815037
commit
2be23d4789
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue