diff --git a/Source/Parser/wp_parser_y.h b/Source/Parser/wp_parser_y.h index 59c8bb08afc..6dc4ea6b73f 100644 --- a/Source/Parser/wp_parser_y.h +++ b/Source/Parser/wp_parser_y.h @@ -247,7 +247,7 @@ wp_call_f2 (enum wp_f2_t type, T a, T b) amrex::Abort(); return 0.0; #else -# ifdef AMREX_USE_FLOAT +# ifdef AMREX_USE_FLOAT && !defined(__APPLE__) return jnf(a, b); # else return jn(a, b);