From 20ed20f6d25bcf30dc8c3d8d69462705b6c403c4 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 13 Mar 2000 14:10:24 +0000 Subject: [PATCH] [project @ 2000-03-13 14:10:24 by sewardj] Win32 wibble. --- ghc/interpreter/prelude.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc/interpreter/prelude.h b/ghc/interpreter/prelude.h index 7e255a3..50264c1 100644 --- a/ghc/interpreter/prelude.h +++ b/ghc/interpreter/prelude.h @@ -10,8 +10,8 @@ * included in the distribution. * * $RCSfile: prelude.h,v $ - * $Revision: 1.9 $ - * $Date: 2000/03/13 11:37:16 $ + * $Revision: 1.10 $ + * $Date: 2000/03/13 14:10:24 $ * ------------------------------------------------------------------------*/ #define NON_POSIX_SOURCE @@ -284,11 +284,11 @@ typedef shl_t ObjectFile; #endif #if !defined(HAVE_SNPRINTF) -extern int snprintf Args((char*, int, const char*, ...)); +extern int snprintf ( char*, int, const char*, ... ); #endif #if !defined(HAVE_VSNPRINTF) -extern int vsnprintf Args((char*, int, const char*, va_list)); +extern int vsnprintf ( char*, int, const char*, va_list ); #endif /*--------------------------------------------------------------------------- -- 1.7.10.4