[MPlayer-cvslog] r27396 - trunk/loader/win32.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Aug 22 19:28:38 CEST 2008


On Sat, Aug 02, 2008 at 07:09:14PM +0200, diego wrote:
> Author: diego
> Date: Sat Aug  2 19:09:13 2008
> New Revision: 27396
> 
> Log:
> Do not provide a prototype for vsscanf when vsscanf is available.
> Fixes a redundant redeclaration warning.
> 
> 
> Modified:
>    trunk/loader/win32.c
> 
> Modified: trunk/loader/win32.c
> ==============================================================================
> --- trunk/loader/win32.c	(original)
> +++ trunk/loader/win32.c	Sat Aug  2 19:09:13 2008
> @@ -75,9 +75,7 @@ for DLL to know too much about its envir
>  #endif
>  #include "osdep/mmap_anon.h"
>  
> -#if HAVE_VSSCANF
> -int vsscanf( const char *str, const char *format, va_list ap);
> -#else
> +#ifndef HAVE_VSSCANF
>  /* system has no vsscanf.  try to provide one */
>  static int vsscanf( const char *str, const char *format, va_list ap)

Why is this there at all anyway? I would have thought osdep/vsscanf.c
provides that...



More information about the MPlayer-cvslog mailing list