@@ -71,33 +71,33 @@ long double longdouble; } value; enum of_number_type type; } -+ newWithChar: (char)char_; -+ newWithShort: (short)short_; -+ newWithInt: (int)int_; -+ newWithLong: (long)long_; -+ newWithUChar: (unsigned char)uchar; -+ newWithUShort: (unsigned short)ushort; -+ newWithUInt: (unsigned int)uint; -+ newWithULong: (unsigned long)ulong; -+ newWithInt8: (int8_t)int8; -+ newWithInt16: (int16_t)int16; -+ newWithInt32: (int32_t)int32; -+ newWithInt64: (int64_t)int64; -+ newWithUInt8: (uint8_t)uint8; -+ newWithUInt16: (uint16_t)uint16; -+ newWithUInt32: (uint32_t)uint32; -+ newWithUInt64: (uint64_t)uint64; -+ newWithSize: (size_t)size; -+ newWithSSize: (ssize_t)ssize; -+ newWithPtrDiff: (ptrdiff_t)ptrdiff; -+ newWithIntPtr: (intptr_t)intptr; -+ newWithFloat: (float)float_; -+ newWithDouble: (double)double_; -+ newWithLongDouble: (long double)longdouble; ++ numberWithChar: (char)char_; ++ numberWithShort: (short)short_; ++ numberWithInt: (int)int_; ++ numberWithLong: (long)long_; ++ numberWithUChar: (unsigned char)uchar; ++ numberWithUShort: (unsigned short)ushort; ++ numberWithUInt: (unsigned int)uint; ++ numberWithULong: (unsigned long)ulong; ++ numberWithInt8: (int8_t)int8; ++ numberWithInt16: (int16_t)int16; ++ numberWithInt32: (int32_t)int32; ++ numberWithInt64: (int64_t)int64; ++ numberWithUInt8: (uint8_t)uint8; ++ numberWithUInt16: (uint16_t)uint16; ++ numberWithUInt32: (uint32_t)uint32; ++ numberWithUInt64: (uint64_t)uint64; ++ numberWithSize: (size_t)size; ++ numberWithSSize: (ssize_t)ssize; ++ numberWithPtrDiff: (ptrdiff_t)ptrdiff; ++ numberWithIntPtr: (intptr_t)intptr; ++ numberWithFloat: (float)float_; ++ numberWithDouble: (double)double_; ++ numberWithLongDouble: (long double)longdouble; - initWithChar: (char)char_; - initWithShort: (short)short_; - initWithInt: (int)int_; - initWithLong: (long)long_;