From: sof Date: Thu, 11 Nov 2004 23:39:15 +0000 (+0000) Subject: [project @ 2004-11-11 23:39:15 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~1439 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=38cd621581180a8cb5ba2d465c559f5e1659e5d2;p=ghc-hetmet.git [project @ 2004-11-11 23:39:15 by sof] drop win32 protos, current windows.h's now provide 'em. --- diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h index 35ba5ce..59c90c2 100644 --- a/ghc/includes/Rts.h +++ b/ghc/includes/Rts.h @@ -184,14 +184,6 @@ extern void stg_exit(int n) GNU_ATTRIBUTE(__noreturn__); /* declarations for runtime flags/values */ #define MAX_RTS_ARGS 32 -#ifdef _WIN32 -/* On the yucky side..suppress -Wmissing-declarations warnings when - * including - */ -extern void* GetCurrentFiber ( void ); -extern void* GetFiberData ( void ); -#endif - /* ----------------------------------------------------------------------------- Assertions and Debuggery -------------------------------------------------------------------------- */