[FriBidi-commit] fribidi/lib common.h, 1.2, 1.3 fribidi-mirroring.c, 1.2, 1.3

Behdad Esfahbod behdad at pdx.freedesktop.org
Wed Apr 28 09:53:46 EST 2004


Update of /cvs/fribidi/fribidi/lib
In directory pdx:/tmp/cvs-serv1712/lib

Modified Files:
	common.h fribidi-mirroring.c 
Log Message:
Nothing really important.


Index: common.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/common.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/common.h	27 Apr 2004 16:47:22 -0000	1.2
+++ b/common.h	27 Apr 2004 23:53:43 -0000	1.3
@@ -44,7 +44,7 @@
 
 #ifndef FALSE
 # define FALSE (0==1)
-#endif /* !FRIBIDI_FALSE */
+#endif /* !FALSE */
 
 #ifndef TRUE
 # define TRUE (!FALSE)

Index: fribidi-mirroring.c
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/fribidi-mirroring.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/fribidi-mirroring.c	27 Apr 2004 15:23:25 -0000	1.2
+++ b/fribidi-mirroring.c	27 Apr 2004 23:53:43 -0000	1.3
@@ -47,7 +47,8 @@
   FriBidiChar *mirrored_ch
 )
 {
-  int pos, step;
+  register int pos;
+  int step;
   fribidi_boolean found;
 
   pos = step = (nFriBidiMirroredChars / 2) + 1;
@@ -73,6 +74,7 @@
 	break;
     }
   found = FriBidiMirroredChars[pos].ch == ch;
+
   if (mirrored_ch)
     *mirrored_ch = found ? FriBidiMirroredChars[pos].mirrored_ch : ch;
 




More information about the FriBidi-Commit mailing list