[FriBidi-commit] fribidi fribidi.c, 1.33.2.11, 1.33.2.12 fribidi_types.h, 1.16.2.9, 1.16.2.10

Behdad Esfahbod behdad at freedesktop.org
Sun Sep 25 15:54:46 PDT 2005


Update of /cvs/fribidi/fribidi
In directory gabe:/tmp/cvs-serv5497

Modified Files:
      Tag: STABLE
	fribidi.c fribidi_types.h 
Log Message:
Oops.  Some more bits.


Index: fribidi.c
===================================================================
RCS file: /cvs/fribidi/fribidi/fribidi.c,v
retrieving revision 1.33.2.11
retrieving revision 1.33.2.12
diff -u -d -r1.33.2.11 -r1.33.2.12
--- fribidi.c	25 Sep 2005 18:58:35 -0000	1.33.2.11
+++ fribidi.c	25 Sep 2005 22:54:44 -0000	1.33.2.12
@@ -42,8 +42,8 @@
 #endif
 
 #ifdef DEBUG
-#define DBG(s) do { if (fribidi_debug_status(fribidienv)) { fprintf(stderr, s); } } while (0)
-#define DBG2(s, t) do { if (fribidi_debug_status(fribidienv)) { fprintf(stderr, s, t); } } while (0)
+#define DBG(s) do { if (fribidi_debug) { fprintf(stderr, s); } } while (0)
+#define DBG2(s, t) do { if (fribidi_debug) { fprintf(stderr, s, t); } } while (0)
 #else
 #define DBG(s)
 #define DBG2(s, t)

Index: fribidi_types.h
===================================================================
RCS file: /cvs/fribidi/fribidi/fribidi_types.h,v
retrieving revision 1.16.2.9
retrieving revision 1.16.2.10
diff -u -d -r1.16.2.9 -r1.16.2.10
--- fribidi_types.h	25 Sep 2005 22:27:39 -0000	1.16.2.9
+++ fribidi_types.h	25 Sep 2005 22:54:44 -0000	1.16.2.10
@@ -24,6 +24,7 @@
 #define FRIBIDI_TYPES_H
 
 #include "fribidi_config.h"
+
 #define FRIBIDI_INT8	char
 #if FRIBIDI_SIZEOF_INT+0 == 2
 # define FRIBIDI_INT16	int



More information about the fribidi-commit mailing list