mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
521 B

  1. math.h is needed for all aritectures without sin,cos,exp,pow buildins.
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- ./widget-engine/baghira.cpp.orig 2004-04-22 20:16:48.000000000 +0200
  4. +++ ./widget-engine/baghira.cpp 2004-04-22 20:17:16.000000000 +0200
  5. @@ -13,7 +13,7 @@
  6. // this seems to be important for some versions of gcc
  7. // so uncomment the following line, if you get error messages about "unkonwn function exp" or "pow"
  8. -//#include <math.h>
  9. +#include <math.h>
  10. #define _SCALE_ 65536
  11. #define _NORMALIZE_ >>16