diff src/input-method-xlib.c @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents 3d6bfa290dbd
children e45d5e7c476e
line wrap: on
line diff
--- a/src/input-method-xlib.c	Mon Aug 13 10:01:24 2007 +0200
+++ b/src/input-method-xlib.c	Mon Aug 13 10:02:21 2007 +0200
@@ -616,7 +616,7 @@
 static XIMStyle
 best_style (XIMStyles *user, XIMStyles *xim)
 {
-  register int i, j;
+  REGISTER int i, j;
   for (i=0 ; i<user->count_styles ; i++)
     {
       for (j=0 ; j<xim->count_styles ; j++)