From 0d30a845d0f0b9c867c279f8c8947456fd7112c2 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 27 Jan 1999 04:50:18 +0000 Subject: [PATCH] Move sun/solaris specific stuff to compiler.h --- Time/event.cxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Time/event.cxx b/Time/event.cxx index dfdccd4d4..d1c622ead 100644 --- a/Time/event.cxx +++ b/Time/event.cxx @@ -30,12 +30,6 @@ #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. // -- 2.39.5