Re: Adding C_ULONGLONG
- Posted by ghaberek (admin) Feb 14, 2015
- 1498 views
rkdavis said...
It was my compiler (gcc (Raspbian 4.8.2-21~rpi3rpi1) 4.8.2) that caught it :)
Interesting. I was dusting off my Raspberry Pi to do some test builds myself.
I just pushed a few more changes...
- we don't need to check for >= 0 because the value is unsigned
- I caused a test to fail by not casting to uint64_t before returning a NewDouble.
-Greg