X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gen.tab%2Fgen-arabic-shaping-tab.c;h=369501cbfc4e6a97fb43a1a996cc5dbcd3f66c5f;hb=890d8294a7ccf70c17cfee058f3de3651a7c95cb;hp=fe298bdb55b4ed29f0c9f35257be6cc3b4420b5e;hpb=457daad323802f6d8cefb8e06798ce8f92751839;p=platform%2Fupstream%2Ffribidi.git diff --git a/gen.tab/gen-arabic-shaping-tab.c b/gen.tab/gen-arabic-shaping-tab.c index fe298bd..369501c 100644 --- a/gen.tab/gen-arabic-shaping-tab.c +++ b/gen.tab/gen-arabic-shaping-tab.c @@ -1,12 +1,6 @@ /* FriBidi * gen-arabic-shaping-tab.c - generate arabic-shaping.tab.i * - * $Id: gen-arabic-shaping-tab.c,v 1.2 2006-01-31 03:23:12 behdad Exp $ - * $Author: behdad $ - * $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: * Behdad Esfahbod, 2004, 2005 * @@ -25,10 +19,10 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this library, in a file named COPYING; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA * - * For licensing issues, contact . + * For licensing issues, contact . */ #include @@ -36,7 +30,11 @@ #include #include -#if STDC_HEADERS+0 +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef STDC_HEADERS # include # include #else @@ -44,13 +42,13 @@ # include # endif #endif -#if HAVE_STRING_H+0 +#ifdef HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif -#if HAVE_STRINGS_H+0 +#ifdef HAVE_STRINGS_H # include #endif @@ -214,7 +212,6 @@ read_data ( for (; data_file_name[0] && data_file_type[0]; data_file_name++, data_file_type++) { - fprintf (stderr, "Reading `%s'\n", data_file_name[0]); if (!(f = fopen (data_file_name[0], "rt"))) die2 ("error: cannot open `%s' for reading", data_file_name[0]); @@ -240,8 +237,6 @@ gen_arabic_shaping_tab ( if (maxshaped < minshaped) die ("error: no shaping pair found, something wrong with reading input"); - fprintf (stderr, - "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],