< prev index next >

src/share/vm/utilities/globalDefinitions_gcc.hpp

Print this page
rev 13112 : [mq]: stefank_review

*** 191,202 **** typedef int (*int_fnP_cond_tP_i_vP)(cond_t *cv, int scope, void *arg); typedef int (*int_fnP_cond_tP)(cond_t *cv); }; #endif // SOLARIS - //---------------------------------------------------------------------------------------------------- - // checking for nanness #ifdef SOLARIS #ifdef SPARC inline int g_isnan(float f) { return isnanf(f); } #else --- 191,200 ----
< prev index next >