From 8497f9b1acddd448156d2cb62d884ebb3cebd29b Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 23 Mar 2001 22:42:49 +0000 Subject: [PATCH] FG_ to SG_ name changes. --- src/Airports/simple.hxx | 2 +- src/FDM/Balloon.cxx | 2 +- src/FDM/JSBSim.cxx | 2 +- src/GUI/gui.cxx | 2 +- src/GUI/mouse.cxx | 2 +- src/Main/fg_init.cxx | 2 +- src/Main/fgfs.hxx | 2 +- src/Main/main.cxx | 2 +- src/Main/splash.cxx | 2 +- src/Objects/matlib.cxx | 2 +- src/Objects/newmat.cxx | 2 +- src/Objects/obj.cxx | 2 +- src/Scenery/tileentry.cxx | 2 +- src/Time/event.cxx | 2 +- src/Time/light.cxx | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Airports/simple.hxx b/src/Airports/simple.hxx index e4d371196..1486a5136 100644 --- a/src/Airports/simple.hxx +++ b/src/Airports/simple.hxx @@ -124,7 +124,7 @@ public: class FGAirportsUtil { public: -#ifdef FG_NO_DEFAULT_TEMPLATE_ARGS +#ifdef SG_NO_DEFAULT_TEMPLATE_ARGS typedef set< FGAirport, less< FGAirport > > container; #else typedef set< FGAirport > container; diff --git a/src/FDM/Balloon.cxx b/src/FDM/Balloon.cxx index 06ea98db0..ec6f6feed 100644 --- a/src/FDM/Balloon.cxx +++ b/src/FDM/Balloon.cxx @@ -39,7 +39,7 @@ HISTORY #include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/FDM/JSBSim.cxx b/src/FDM/JSBSim.cxx index 923ae1980..b49872a6a 100644 --- a/src/FDM/JSBSim.cxx +++ b/src/FDM/JSBSim.cxx @@ -23,7 +23,7 @@ #include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index fb7f1f839..2019f7071 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -30,7 +30,7 @@ #include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/GUI/mouse.cxx b/src/GUI/mouse.cxx index 32eb57247..2b1eb0a72 100644 --- a/src/GUI/mouse.cxx +++ b/src/GUI/mouse.cxx @@ -30,7 +30,7 @@ #include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index a052cafc1..473bf56ef 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -27,7 +27,7 @@ #endif // For BC 5.01 this must be included before OpenGL includes. -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Main/fgfs.hxx b/src/Main/fgfs.hxx index b2e8c7ac6..834c6d4df 100644 --- a/src/Main/fgfs.hxx +++ b/src/Main/fgfs.hxx @@ -29,7 +29,7 @@ # include #endif -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Main/main.cxx b/src/Main/main.cxx index d669b9072..196619393 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -25,7 +25,7 @@ # include #endif -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Main/splash.cxx b/src/Main/splash.cxx index 3ac6ca345..21ddc0e80 100644 --- a/src/Main/splash.cxx +++ b/src/Main/splash.cxx @@ -26,7 +26,7 @@ # include #endif -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Objects/matlib.cxx b/src/Objects/matlib.cxx index 839fe721b..69f9c2b5a 100644 --- a/src/Objects/matlib.cxx +++ b/src/Objects/matlib.cxx @@ -25,7 +25,7 @@ # include #endif -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Objects/newmat.cxx b/src/Objects/newmat.cxx index 3f1193072..4e1fcc75b 100644 --- a/src/Objects/newmat.cxx +++ b/src/Objects/newmat.cxx @@ -27,7 +27,7 @@ #include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Objects/obj.cxx b/src/Objects/obj.cxx index 71e03f281..a2922c8fa 100644 --- a/src/Objects/obj.cxx +++ b/src/Objects/obj.cxx @@ -25,7 +25,7 @@ # include #endif -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Scenery/tileentry.cxx b/src/Scenery/tileentry.cxx index dda39841a..70139a3db 100644 --- a/src/Scenery/tileentry.cxx +++ b/src/Scenery/tileentry.cxx @@ -23,7 +23,7 @@ #include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Time/event.cxx b/src/Time/event.cxx index c5cb4e61a..6d0790198 100644 --- a/src/Time/event.cxx +++ b/src/Time/event.cxx @@ -27,7 +27,7 @@ #include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif diff --git a/src/Time/light.cxx b/src/Time/light.cxx index a7dcda076..57aaeaca2 100644 --- a/src/Time/light.cxx +++ b/src/Time/light.cxx @@ -35,7 +35,7 @@ #include -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # define exception c_exception #endif -- 2.39.5