From: solar <> Date: Wed, 12 Apr 2006 05:22:48 +0000 (+0000) Subject: Unnecessary typedef removed. X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=6d96ad5382be120b429fdd19e39ea08567e3dfc3 Unnecessary typedef removed. --- diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c index 671ba20..08f2355 100644 --- a/functions/stdio/vsnprintf.c +++ b/functions/stdio/vsnprintf.c @@ -11,8 +11,6 @@ #ifndef REGTEST -typedef char wchar_t; - int vsnprintf( char * str, size_t size, const char * format, _PDCLIB_va_list arg ) { /* TODO: This function should interpret format as multibyte characters. */