]> git.mxchange.org Git - flightgear.git/commitdiff
Move sun/solaris specific stuff to compiler.h
authorcurt <curt>
Wed, 27 Jan 1999 04:50:18 +0000 (04:50 +0000)
committercurt <curt>
Wed, 27 Jan 1999 04:50:18 +0000 (04:50 +0000)
Time/event.cxx

index dfdccd4d4192647ea190ae108efa86721cf64f1f..d1c622ead09556d0aed56834a68e2787e66a669b 100644 (file)
 
 #include "Include/compiler.h"
 
-#if defined ( sun )                                                   
-  extern "C" {                                               
-    extern void *memmove(void *, const void *, size_t);             
-  }                                        
-#endif
-
 #include STL_ALGORITHM
 #include STL_FUNCTIONAL
 
@@ -312,6 +306,9 @@ fgEVENT_MGR::~fgEVENT_MGR( void ) {
 
 
 // $Log$
+// Revision 1.17  1999/01/27 04:50:18  curt
+// Move sun/solaris specific stuff to compiler.h
+//
 // Revision 1.16  1999/01/21 20:14:18  curt
 // Sun portability hack.
 //