]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks for sgi building.
authorcurt <curt>
Thu, 30 Jul 1998 23:44:05 +0000 (23:44 +0000)
committercurt <curt>
Thu, 30 Jul 1998 23:44:05 +0000 (23:44 +0000)
Cockpit/hud.cxx

index 00bdfd8e6d367fa8946fa5ca5989a426f97320ef..52ee79f45bdee7ba1d6b2a26e83b13a88d761212 100644 (file)
 #include <Time/fg_timer.hxx>
 #include <Weather/weather.h>
 
-#include "hud.hxx"
-
-#ifdef __sun__
+#if defined ( __sun__ ) || defined ( __sgi )
 extern "C" {
   extern void *memmove(void *, const void *, size_t);
 }
 #endif
 
+#include "hud.hxx"
+
+
 
 // The following routines obtain information concerntin the aircraft's
 // current state and return it to calling instrument display routines.
@@ -695,11 +696,14 @@ void fgUpdateHUD( void ) {
 }
 
 /* $Log$
-/* Revision 1.18  1998/07/20 12:47:55  curt
-/* Replace the hud rendering for loop (which linearly searches the the hud
-/* list to find the entry with the proper position) with a simple linear
-/* traversal using an "iterator."
+/* Revision 1.19  1998/07/30 23:44:05  curt
+/* Tweaks for sgi building.
 /*
+ * Revision 1.18  1998/07/20 12:47:55  curt
+ * Replace the hud rendering for loop (which linearly searches the the hud
+ * list to find the entry with the proper position) with a simple linear
+ * traversal using an "iterator."
+ *
  * Revision 1.17  1998/07/13 21:28:02  curt
  * Converted the aoa scale to a radio altimeter.
  *