Actions
Bug #8744
closedSIZEOF_UNSIGNED___INT128
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.0dev (2013-08-06 trunk 42393) [x86_64-linux]
Backport:
Tags:
Description
気がついたのですが、config.h で、SIZEOF_UINT128_T の定義として
SIZEOF_UNSIGNED___INT128 が使われるのですが、
定義されないようです。
% grep INT128 .ext/include/x86_64-linux/ruby/config.h
#define SIZEOF___INT128 16
#define HAVE_INT128_T 1
#define SIZEOF_INT128_T SIZEOF___INT128
#define HAVE_UINT128_T 1
#define SIZEOF_UINT128_T SIZEOF_UNSIGNED___INT128
% ./ruby -v
ruby 2.1.0dev (2013-08-06 trunk 42393) [x86_64-linux]
Actions
Like0
Like0