>>> #define WORLD_FRACTIONAL_BITS 9
>>> #define WORLD_TO_INTEGER(d) ((d)>>WORLD_FRACTIONAL_BITS)
>>> int x = WORLD_TO_INTEGER(19330);
error: use of undeclared identifier 'WORLD_TO_INTEGER'
int x = WORLD_TO_INTEGER;
^
Note: Last input ignored due to errors.
>>>
Original issue reported on code.google.com by Alexei.Svitkine@gmail.com on 7 Jun 2009 at 6:12
Original issue reported on code.google.com by
Alexei.Svitkine@gmail.com
on 7 Jun 2009 at 6:12