diff src/objects-msw.c @ 245:51092a27c943 r20-5b21

Import from CVS: tag r20-5b21
author cvs
date Mon, 13 Aug 2007 10:17:54 +0200
parents f220cc83d72e
children 83b3d10dcba9
line wrap: on
line diff
--- a/src/objects-msw.c	Mon Aug 13 10:17:09 2007 +0200
+++ b/src/objects-msw.c	Mon Aug 13 10:17:54 2007 +0200
@@ -782,11 +782,13 @@
   return(0);
 }
 
+#if 0
 static void
 mswindows_mark_color_instance (struct Lisp_Color_Instance *c,
 			 void (*markobj) (Lisp_Object))
 {
 }
+#endif
 
 static void
 mswindows_print_color_instance (struct Lisp_Color_Instance *c,
@@ -910,7 +912,7 @@
   {
     char *c;
     /* Maybe split weight into weight and style */
-    if (c=strchr(weight, ' '))
+    if ((c=strchr(weight, ' ')))
     {
       *c = '\0';
       style = c+1;
@@ -1058,11 +1060,13 @@
   return 1;
 }
 
+#if 0
 static void
 mswindows_mark_font_instance (struct Lisp_Font_Instance *f,
 			void (*markobj) (Lisp_Object))
 {
 }
+#endif
 
 static void
 mswindows_print_font_instance (struct Lisp_Font_Instance *f,