зеркало из https://github.com/github/ruby.git
* 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:
Родитель
7a2a815037
Коммит
2be23d4789
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче