From: sewardj Date: Mon, 13 Mar 2000 14:10:24 +0000 (+0000) Subject: [project @ 2000-03-13 14:10:24 by sewardj] X-Git-Tag: Approximately_9120_patches~5000 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=20ed20f6d25bcf30dc8c3d8d69462705b6c403c4;p=ghc-hetmet.git [project @ 2000-03-13 14:10:24 by sewardj] Win32 wibble. --- 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 /*---------------------------------------------------------------------------