Project

General

Profile

Actions

Bug #8744

closed

SIZEOF_UNSIGNED___INT128

Added by akr (Akira Tanaka) over 10 years ago. Updated almost 3 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.0dev (2013-08-06 trunk 42393) [x86_64-linux]
Backport:
[ruby-dev:<unknown>]
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

Also available in: Atom PDF

Like0
Like0