[FriBidi-commit] fribidi2/gen.tab gen-arabic-shaping-tab.c, 1.1,
1.2 gen-bidi-type-tab.c, 1.17, 1.18 gen-joining-type-tab.c,
1.5, 1.6 gen-mirroring-tab.c, 1.13, 1.14 gen-unicode-version.c,
1.11, 1.12 packtab.c, 1.6, 1.7
Behdad Esfahbod
behdad at freedesktop.org
Mon Jan 30 19:23:14 PST 2006
Update of /cvs/fribidi/fribidi2/gen.tab
In directory gabe:/tmp/cvs-serv8113/gen.tab
Modified Files:
gen-arabic-shaping-tab.c gen-bidi-type-tab.c
gen-joining-type-tab.c gen-mirroring-tab.c
gen-unicode-version.c packtab.c
Log Message:
Add an option --disable-deprecated.
Index: gen-arabic-shaping-tab.c
===================================================================
RCS file: /cvs/fribidi/fribidi2/gen.tab/gen-arabic-shaping-tab.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gen-arabic-shaping-tab.c 3 Nov 2005 01:39:01 -0000 1.1
+++ gen-arabic-shaping-tab.c 31 Jan 2006 03:23:12 -0000 1.2
@@ -36,7 +36,7 @@
#include <fribidi-unicode.h>
#include <stdio.h>
-#if STDC_HEADERS
+#if STDC_HEADERS+0
# include <stdlib.h>
# include <stddef.h>
#else
@@ -44,13 +44,13 @@
# include <stdlib.h>
# endif
#endif
-#if HAVE_STRING_H
+#if HAVE_STRING_H+0
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
-#if HAVE_STRINGS_H
+#if HAVE_STRINGS_H+0
# include <strings.h>
#endif
Index: gen-bidi-type-tab.c
===================================================================
RCS file: /cvs/fribidi/fribidi2/gen.tab/gen-bidi-type-tab.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gen-bidi-type-tab.c 9 Nov 2005 20:02:48 -0000 1.17
+++ gen-bidi-type-tab.c 31 Jan 2006 03:23:12 -0000 1.18
@@ -36,7 +36,7 @@
#include <fribidi-unicode.h>
#include <stdio.h>
-#if STDC_HEADERS
+#if STDC_HEADERS+0
# include <stdlib.h>
# include <stddef.h>
#else
@@ -44,13 +44,13 @@
# include <stdlib.h>
# endif
#endif
-#if HAVE_STRING_H
+#if HAVE_STRING_H+0
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
-#if HAVE_STRINGS_H
+#if HAVE_STRINGS_H+0
# include <strings.h>
#endif
Index: gen-joining-type-tab.c
===================================================================
RCS file: /cvs/fribidi/fribidi2/gen.tab/gen-joining-type-tab.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gen-joining-type-tab.c 3 Nov 2005 01:39:01 -0000 1.5
+++ gen-joining-type-tab.c 31 Jan 2006 03:23:12 -0000 1.6
@@ -36,7 +36,7 @@
#include <fribidi-unicode.h>
#include <stdio.h>
-#if STDC_HEADERS
+#if STDC_HEADERS+0
# include <stdlib.h>
# include <stddef.h>
#else
@@ -44,13 +44,13 @@
# include <stdlib.h>
# endif
#endif
-#if HAVE_STRING_H
+#if HAVE_STRING_H+0
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
-#if HAVE_STRINGS_H
+#if HAVE_STRINGS_H+0
# include <strings.h>
#endif
Index: gen-mirroring-tab.c
===================================================================
RCS file: /cvs/fribidi/fribidi2/gen.tab/gen-mirroring-tab.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gen-mirroring-tab.c 3 Nov 2005 01:39:01 -0000 1.13
+++ gen-mirroring-tab.c 31 Jan 2006 03:23:12 -0000 1.14
@@ -36,7 +36,7 @@
#include <fribidi-unicode.h>
#include <stdio.h>
-#if STDC_HEADERS
+#if STDC_HEADERS+0
# include <stdlib.h>
# include <stddef.h>
#else
@@ -44,13 +44,13 @@
# include <stdlib.h>
# endif
#endif
-#if HAVE_STRING_H
+#if HAVE_STRING_H+0
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
-#if HAVE_STRINGS_H
+#if HAVE_STRINGS_H+0
# include <strings.h>
#endif
Index: gen-unicode-version.c
===================================================================
RCS file: /cvs/fribidi/fribidi2/gen.tab/gen-unicode-version.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gen-unicode-version.c 3 Nov 2005 01:39:01 -0000 1.11
+++ gen-unicode-version.c 31 Jan 2006 03:23:12 -0000 1.12
@@ -34,7 +34,7 @@
#include <common.h>
#include <stdio.h>
-#if STDC_HEADERS
+#if STDC_HEADERS+0
# include <stdlib.h>
# include <stddef.h>
#else
@@ -42,13 +42,13 @@
# include <stdlib.h>
# endif
#endif
-#if HAVE_STRING_H
+#if HAVE_STRING_H+0
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
-#if HAVE_STRINGS_H
+#if HAVE_STRINGS_H+0
# include <strings.h>
#endif
Index: packtab.c
===================================================================
RCS file: /cvs/fribidi/fribidi2/gen.tab/packtab.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- packtab.c 3 Nov 2005 01:39:01 -0000 1.6
+++ packtab.c 31 Jan 2006 03:23:12 -0000 1.7
@@ -25,12 +25,12 @@
1 <= max_depth <= 21
*/
-#if HAVE_CONFIG_H
+#if HAVE_CONFIG_H+0
# include <config.h>
#endif /* HAVE_CONFIG_H */
#include <stdio.h>
-#if STDC_HEADERS
+#if STDC_HEADERS+0
# include <stdlib.h>
# include <stddef.h>
#else
@@ -38,13 +38,13 @@
# include <stdlib.h>
# endif
#endif
-#if HAVE_STRING_H
+#if HAVE_STRING_H+0
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
-#if HAVE_STRINGS_H
+#if HAVE_STRINGS_H+0
# include <strings.h>
#endif
More information about the fribidi-commit
mailing list