mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/config.h.in: add SIZEOF___INT64 definition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e28a9a7b94
commit
eb0d3500d3
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Thu May 3 02:07:45 2001 Usaku Nakamura <usa@osb.att.ne.jp>
|
||||||
|
|
||||||
|
* win32/config.h.in: add SIZEOF___INT64 definition.
|
||||||
|
|
||||||
Wed May 2 20:39:35 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
Wed May 2 20:39:35 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* dir.c (rb_glob, rb_globi): remove unnecessary FNM_PATHNAME.
|
* dir.c (rb_glob, rb_globi): remove unnecessary FNM_PATHNAME.
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
#define SIZEOF_INT 4
|
#define SIZEOF_INT 4
|
||||||
#define SIZEOF_SHORT 2
|
#define SIZEOF_SHORT 2
|
||||||
#define SIZEOF_LONG 4
|
#define SIZEOF_LONG 4
|
||||||
|
#define SIZEOF___INT64 8
|
||||||
#define SIZEOF_VOIDP 4
|
#define SIZEOF_VOIDP 4
|
||||||
#define SIZEOF_FLOAT 4
|
#define SIZEOF_FLOAT 4
|
||||||
#define SIZEOF_DOUBLE 8
|
#define SIZEOF_DOUBLE 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue