]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_mouse_color): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 19:16:09 +0000 (19:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 19:16:09 +0000 (19:16 +0000)
src/w32fns.c

index 3a8a2eb1c3c52583c733f68de99494556970180d..13de5fb75b361f82944c228255ca7df7462ff21d 100644 (file)
@@ -1528,8 +1528,8 @@ x_set_mouse_color (f, arg, oldval)
 {
 #if 0
   Cursor cursor, nontext_cursor, mode_cursor, cross_cursor;
-  int count;
 #endif
+  int count;
   int mask_color;
 
   if (!EQ (Qnil, arg))