From: curt Date: Mon, 23 Nov 1998 21:48:09 +0000 (+0000) Subject: Borland portability tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=663964d94cc281ee6e2890b4ffac1c50414b61ba;p=simgear.git Borland portability tweaks. --- diff --git a/Astro/celestialBody.cxx b/Astro/celestialBody.cxx index baa0646c..72bb6359 100644 --- a/Astro/celestialBody.cxx +++ b/Astro/celestialBody.cxx @@ -27,6 +27,11 @@ #include "star.hxx" #include +#ifdef __BORLANDC__ +# define exception c_exception +#endif +#include + /************************************************************************** * void CelestialBody::updatePosition(fgTIME *t, Star *ourSun) * diff --git a/Astro/celestialBody.hxx b/Astro/celestialBody.hxx index 864e090a..a61a25d3 100644 --- a/Astro/celestialBody.hxx +++ b/Astro/celestialBody.hxx @@ -32,9 +32,6 @@ #endif -#include -#include - #include