R
rett
Hello list,
Can anyone tell me the purpose of the _((my_type)) construct using the
c preprocessor. Below is the the context in which it was used.
VALUE rb_int2inum _((long));
#define INT2NUM(v) rb_int2inum(v)
#define LONG2NUM(v) INT2NUM(v)
Thanks a lot!
Can anyone tell me the purpose of the _((my_type)) construct using the
c preprocessor. Below is the the context in which it was used.
VALUE rb_int2inum _((long));
#define INT2NUM(v) rb_int2inum(v)
#define LONG2NUM(v) INT2NUM(v)
Thanks a lot!