]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/common/util-pre.qh
better isnan()
[divverent/nexuiz.git] / data / qcsrc / common / util-pre.qh
1 //float log(float x);
2 #define log log_builtin \
3         #undef log \
4         /* turn the next use of "log" into a declaration of log_builtin */
5