/* FriBidi
* gen-bidi-type-tab.c - generate bidi-type.tab.i
*
- * $Id: gen-bidi-type-tab.c,v 1.14 2004-08-27 21:55:59 behdad Exp $
+ * $Id: gen-bidi-type-tab.c,v 1.15 2005-06-07 08:42:15 behdad Exp $
* $Author: behdad $
- * $Date: 2004-08-27 21:55:59 $
- * $Revision: 1.14 $
+ * $Date: 2005-06-07 08:42:15 $
+ * $Revision: 1.15 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-bidi-type-tab.c,v $
*
* Author:
)
{
fprintf (stderr,
- "Generating `" outputname "' , it may take up to a few minutes\n");
+ "Generating `" outputname "', it may take up to a few minutes\n");
printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " "
FRIBIDI_VERSION ")\n" " * from the file %s of Unicode version "
FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type);
/* FriBidi
* gen-joining-type-tab.c - generate joining-type.tab.i
*
- * $Id: gen-joining-type-tab.c,v 1.3 2004-08-27 21:55:59 behdad Exp $
+ * $Id: gen-joining-type-tab.c,v 1.4 2005-06-07 08:42:15 behdad Exp $
* $Author: behdad $
- * $Date: 2004-08-27 21:55:59 $
- * $Revision: 1.3 $
+ * $Date: 2005-06-07 08:42:15 $
+ * $Revision: 1.4 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-joining-type-tab.c,v $
*
* Author:
)
{
fprintf (stderr,
- "Generating `" outputname "' , it may take up to a few minutes\n");
+ "Generating `" outputname "', it may take up to a few minutes\n");
printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " "
FRIBIDI_VERSION ")\n" " * from the files %s, %s of Unicode version "
FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type[0],
/* FriBidi
* gen-mirroring-tab.c - generate mirroring.tab.i
*
- * $Id: gen-mirroring-tab.c,v 1.11 2004-08-27 21:55:59 behdad Exp $
+ * $Id: gen-mirroring-tab.c,v 1.12 2005-06-07 08:42:15 behdad Exp $
* $Author: behdad $
- * $Date: 2004-08-27 21:55:59 $
- * $Revision: 1.11 $
+ * $Date: 2005-06-07 08:42:15 $
+ * $Revision: 1.12 $
* $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/gen.tab/gen-mirroring-tab.c,v $
*
* Author:
const char *key_type;
fprintf (stderr,
- "Generating `" outputname "' , it may take up to a few minutes\n");
+ "Generating `" outputname "', it may take up to a few minutes\n");
printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " "
FRIBIDI_VERSION ")\n" " * from the file %s of Unicode version "
FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type);