From: solar Date: Wed, 12 Apr 2006 05:22:48 +0000 (+0000) Subject: Unnecessary typedef removed. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=3164359570f87ef167ef4d42c65c71fb58130f01;hp=e46f6d5ab4663a1afb74edff5979252843b782c2;p=fw%2Fpdclib Unnecessary typedef removed. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@168 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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. */