(g2-UU+5B73): Add `=decomposition@hanyo-denshi'.
[chise/xemacs-chise.git.1] / src / balloon-x.c
index 69e1a82..deb7861 100644 (file)
@@ -29,10 +29,10 @@ Boston, MA 02111-1307, USA.  */
 
 #include "balloon_help.h"
 
-/* ### start of hack */
+/* #### start of hack */
 
 static unsigned long
-alloc_color (Display* dpy, CONST char* colorname, int light)
+alloc_color (Display* dpy, const char* colorname, int light)
 {
   Colormap cmap = DEVICE_X_COLORMAP (XDEVICE(Vdefault_x_device));
   unsigned long pixel = 0;
@@ -61,7 +61,7 @@ alloc_color (Display* dpy, CONST char* colorname, int light)
 }
 
 static XFontStruct *
-open_font (Display* dpy, CONST char* font_name)
+open_font (Display* dpy, const char* font_name)
 {
   XFontStruct* fontStruct = NULL;
 
@@ -99,7 +99,7 @@ init (void)
     }
 }
 
-/* ### end of hack */
+/* #### end of hack */
 
 DEFUN ("show-balloon-help", Fshow_balloon_help, 1, 1, 0, /*
 Show balloon help.