creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
129 stars 20 forks source link

New code doesn't compile #7

Closed travis-pettry closed 9 years ago

travis-pettry commented 9 years ago

I just cloned this repo as of 9:20 PM on 11/1/2014 and the imtimer.c file cannot compile. I has at least two errors: optind and optarg are not defined and error: implicit declaration of function ‘getopt’. Also, imath.c on line 3470 you comment needs to be fixed (that also causes a compile error).

creachadair commented 9 years ago

Sorry about that. It looks like there was a bad merge somewhere along the line. Things should be better now; thanks for the report.