Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Macros
constdefs.h File Reference

Go to the source code of this file.

Macros

#define INTEGER2NUM(n)
 

Macro Definition Documentation

◆ INTEGER2NUM

#define INTEGER2NUM (   n)
Value:
(FIXNUM_MAX < (n) ? ULONG2NUM(n) : \
FIXNUM_MIN > (long)(n) ? LONG2NUM(n) : \
#define LONG2FIX(i)
const char size_t n
#define LONG2NUM(x)
#define long
#define FIXNUM_MIN
#define FIXNUM_MAX
#define ULONG2NUM(x)

Definition at line 932 of file constdefs.h.