Index: /libmpc/trunk/mpcenc/stderr.c
===================================================================
--- /libmpc/trunk/mpcenc/stderr.c	(revision 474)
+++ /libmpc/trunk/mpcenc/stderr.c	(revision 475)
@@ -54,5 +54,4 @@
     char     buff [2 * 1024 + 3072];
     char*    p = buff;
-    char*    q;
     int      ret;
     va_list  v;
@@ -77,5 +76,5 @@
         // Also escape sequences must be detected and replaced (incomplete now)
 
-        char                            buff [128];
+        char                            buff [128], *q;
         static int                      init = 0;
         CONSOLE_SCREEN_BUFFER_INFO      con_info;
@@ -168,5 +167,5 @@
 
 #else
-
+		char * q;
         // for non-Unix systems we must merge carriage returns into the stream to avoid staircases
         while ( ( q = strchr (p, '\n')) != NULL ) {
