diff src/w32term.c @ 112434:9de5a68b57e1

Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 22 Jan 2011 18:56:06 -0800
parents 42e22c4f06b7
children
line wrap: on
line diff
--- a/src/w32term.c	Sat Jan 22 17:09:09 2011 -0800
+++ b/src/w32term.c	Sat Jan 22 18:56:06 2011 -0800
@@ -1406,7 +1406,7 @@
 				     glyph->u.glyphless.ch)
 		   : XCHAR_TABLE (Vglyphless_char_display)->extras[0]);
 	      if (STRINGP (acronym))
-		str = (char *) SDATA (acronym);
+		str = SSDATA (acronym);
 	    }
 	}
       else if (glyph->u.glyphless.method == GLYPHLESS_DISPLAY_HEX_CODE)
@@ -6429,4 +6429,3 @@
   staticpro (&last_mouse_motion_frame);
   last_mouse_motion_frame = Qnil;
 }
-