1
0
Fork 0

Tweaks for sgi building.

This commit is contained in:
curt 1998-07-30 23:44:05 +00:00
parent dbf002ddc0
commit 52ba21472f

View file

@ -51,14 +51,15 @@
#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.
*