Blender Git Commit Log

Git Commits -> Revision c652470

Revision c652470 by Kent Mein (master)
October 11, 2005, 18:07 (GMT)


A couple of small fixes to get things working on solaris.

added #include <ieeefp.h> similar to where its included in
other files. (made an ifdef that matches other includes of the same
file)

solaris does a lot of type overloading so there is no expf its just exp
so I added a #define expf exp wrapped in an ifndef

Finally, I fixed a warning in cfglexer.cpp about multiply defined
yy_wrap functions.

Kent

Commit Details:

Full Hash: c6524703d36e4d58913fb41e6e857b94894aa7e8
SVN Revision: 5496
Parent Commit: 1f0b9b3
Lines Changed: +10, -2

3 Modified Paths:

/intern/elbeem/intern/cfglexer.cpp (+0, -1) (Diff)
/intern/elbeem/intern/isosurface.cpp (+3, -1) (Diff)
/intern/elbeem/intern/lbmfsgrsolver.h (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021