Borland portability tweaks.

This commit is contained in:
curt
2009-09-15 18:31:31 +02:00
committed by Tim Moore
parent 8b1784e0d9
commit 663964d94c
13 changed files with 68 additions and 3 deletions
+5
View File
@@ -27,6 +27,11 @@
#include "star.hxx"
#include <Debug/logstream.hxx>
#ifdef __BORLANDC__
# define exception c_exception
#endif
#include <math.h>
/**************************************************************************
* void CelestialBody::updatePosition(fgTIME *t, Star *ourSun)
*