fixes to compile on gcc 4.7

This commit is contained in:
Eduardo Bart
2012-04-04 10:16:33 -03:00
parent 11ad1f5c5b
commit 27e24bda28
2 changed files with 7 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
#define DEG_TO_RAD (acos(-1)/180.0)
#define RAD_TO_DEC (180.0/acos(-1))
#define BUILD_COMPILER "gcc "__VERSION__
#define BUILD_COMPILER "gcc " __VERSION__
#define BUILD_DATE __DATE__
#ifndef BUILD_REVISION