summaryrefslogtreecommitdiff
path: root/gen.tab
diff options
context:
space:
mode:
authorbehdad <behdad>2006-01-31 03:23:12 +0000
committerbehdad <behdad>2006-01-31 03:23:12 +0000
commit6bdbe74f19a97c855265d595ce0de48e66f28715 (patch)
tree0cdb76a2e534bf297abcc764c7ba45ef9676b81c /gen.tab
parent570efad0b961ad106a05f2dbabeedbed477ea161 (diff)
Add an option --disable-deprecated.
Diffstat (limited to 'gen.tab')
-rw-r--r--gen.tab/gen-arabic-shaping-tab.c12
-rw-r--r--gen.tab/gen-bidi-type-tab.c12
-rw-r--r--gen.tab/gen-joining-type-tab.c12
-rw-r--r--gen.tab/gen-mirroring-tab.c12
-rw-r--r--gen.tab/gen-unicode-version.c12
-rw-r--r--gen.tab/packtab.c8
6 files changed, 34 insertions, 34 deletions
diff --git a/gen.tab/gen-arabic-shaping-tab.c b/gen.tab/gen-arabic-shaping-tab.c
index 1c4c63e..fe298bd 100644
--- a/gen.tab/gen-arabic-shaping-tab.c
+++ b/gen.tab/gen-arabic-shaping-tab.c
@@ -1,10 +1,10 @@
/* FriBidi
* gen-arabic-shaping-tab.c - generate arabic-shaping.tab.i
*
- * $Id: gen-arabic-shaping-tab.c,v 1.1 2005-11-03 01:39:01 behdad Exp $
+ * $Id: gen-arabic-shaping-tab.c,v 1.2 2006-01-31 03:23:12 behdad Exp $
* $Author: behdad $
- * $Date: 2005-11-03 01:39:01 $
- * $Revision: 1.1 $
+ * $Date: 2006-01-31 03:23:12 $
+ * $Revision: 1.2 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-arabic-shaping-tab.c,v $
*
* Author:
@@ -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
diff --git a/gen.tab/gen-bidi-type-tab.c b/gen.tab/gen-bidi-type-tab.c
index d0b074b..051248c 100644
--- a/gen.tab/gen-bidi-type-tab.c
+++ b/gen.tab/gen-bidi-type-tab.c
@@ -1,10 +1,10 @@
/* FriBidi
* gen-bidi-type-tab.c - generate bidi-type.tab.i
*
- * $Id: gen-bidi-type-tab.c,v 1.17 2005-11-09 20:02:48 behdad Exp $
+ * $Id: gen-bidi-type-tab.c,v 1.18 2006-01-31 03:23:12 behdad Exp $
* $Author: behdad $
- * $Date: 2005-11-09 20:02:48 $
- * $Revision: 1.17 $
+ * $Date: 2006-01-31 03:23:12 $
+ * $Revision: 1.18 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-bidi-type-tab.c,v $
*
* Author:
@@ -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
diff --git a/gen.tab/gen-joining-type-tab.c b/gen.tab/gen-joining-type-tab.c
index d194a67..2db708f 100644
--- a/gen.tab/gen-joining-type-tab.c
+++ b/gen.tab/gen-joining-type-tab.c
@@ -1,10 +1,10 @@
/* FriBidi
* gen-joining-type-tab.c - generate joining-type.tab.i
*
- * $Id: gen-joining-type-tab.c,v 1.5 2005-11-03 01:39:01 behdad Exp $
+ * $Id: gen-joining-type-tab.c,v 1.6 2006-01-31 03:23:12 behdad Exp $
* $Author: behdad $
- * $Date: 2005-11-03 01:39:01 $
- * $Revision: 1.5 $
+ * $Date: 2006-01-31 03:23:12 $
+ * $Revision: 1.6 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-joining-type-tab.c,v $
*
* Author:
@@ -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
diff --git a/gen.tab/gen-mirroring-tab.c b/gen.tab/gen-mirroring-tab.c
index 746d756..b5dc127 100644
--- a/gen.tab/gen-mirroring-tab.c
+++ b/gen.tab/gen-mirroring-tab.c
@@ -1,10 +1,10 @@
/* FriBidi
* gen-mirroring-tab.c - generate mirroring.tab.i
*
- * $Id: gen-mirroring-tab.c,v 1.13 2005-11-03 01:39:01 behdad Exp $
+ * $Id: gen-mirroring-tab.c,v 1.14 2006-01-31 03:23:12 behdad Exp $
* $Author: behdad $
- * $Date: 2005-11-03 01:39:01 $
- * $Revision: 1.13 $
+ * $Date: 2006-01-31 03:23:12 $
+ * $Revision: 1.14 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-mirroring-tab.c,v $
*
* Author:
@@ -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
diff --git a/gen.tab/gen-unicode-version.c b/gen.tab/gen-unicode-version.c
index 06b8ff3..be9373b 100644
--- a/gen.tab/gen-unicode-version.c
+++ b/gen.tab/gen-unicode-version.c
@@ -1,10 +1,10 @@
/* FriBidi
* gen-unicode-version.c - generate fribidi-unicode-version.h
*
- * $Id: gen-unicode-version.c,v 1.11 2005-11-03 01:39:01 behdad Exp $
+ * $Id: gen-unicode-version.c,v 1.12 2006-01-31 03:23:12 behdad Exp $
* $Author: behdad $
- * $Date: 2005-11-03 01:39:01 $
- * $Revision: 1.11 $
+ * $Date: 2006-01-31 03:23:12 $
+ * $Revision: 1.12 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-unicode-version.c,v $
*
* Author:
@@ -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
diff --git a/gen.tab/packtab.c b/gen.tab/packtab.c
index ffb1cee..37d750d 100644
--- a/gen.tab/packtab.c
+++ b/gen.tab/packtab.c
@@ -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