sunilyadav050585 / in-the-box

Automatically exported from code.google.com/p/in-the-box
0 stars 0 forks source link

java_lang_Float.cpp does not compile #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
java_lang_Float.cpp in InTheBoxSim/libcore/luni/src/main/native does not 
compile.
To try to compile it, add it to the libcore target.
To be used, it should also be registered 
InTheBoxSim/libcore/luni/src/main/native/Register.cpp.

Original issue reported on code.google.com by boul...@flexycore.com on 8 Jun 2011 at 1:45

GoogleCodeExporter commented 8 years ago
Fixed in r34. isnanf(float) is now replaced by the macro named 
isnan(real-floating).

Original comment by boul...@flexycore.com on 10 Jun 2011 at 1:43