#include "star.hxx"
#include <Debug/logstream.hxx>
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
/**************************************************************************
* void CelestialBody::updatePosition(fgTIME *t, Star *ourSun)
*
#endif
-#include <stdio.h>
-#include <math.h>
-
#include <Time/fg_time.hxx>
#include <Include/fg_constants.h>
* (Log is kept at end of this file)
**************************************************************************/
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include "jupiter.hxx"
/*************************************************************************
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include "mars.hxx"
/*************************************************************************
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include "mercury.hxx"
/*************************************************************************
#include <Debug/logstream.hxx>
#include <Objects/texload.h>
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
static GLuint moon_texid;
static GLubyte *moon_texbuf;
* (Log is kept at end of this file)
**************************************************************************/
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include "neptune.hxx"
/*************************************************************************
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include "saturn.hxx"
/*************************************************************************
# include <windows.h>
#endif
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include <GL/glut.h>
#include <XGL/xgl.h>
#include <Debug/logstream.hxx>
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include "star.hxx"
/*************************************************************************
# include <windows.h>
#endif
+
#include <math.h>
#include <stdio.h>
#include <string.h>
// $Log$
+// Revision 1.23 1998/11/23 21:48:28 curt
+// Borland portability tweaks.
+//
// Revision 1.22 1998/11/07 19:07:07 curt
// Enable release builds using the --without-logging option to the configure
// script. Also a couple log message cleanups, plus some C to C++ comment
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include "uranus.hxx"
/*************************************************************************
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
+
+#ifdef __BORLANDC__
+# define exception c_exception
+#endif
+#include <math.h>
+
#include "venus.hxx"
/*************************************************************************