Blender Git Loki
Git Commits -> Revision c652470
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