pull in trio if host printf doesn't have a known way of printing 64-bit
authorManish Singh <yosh@gimp.org>
Thu, 12 Dec 2002 22:59:55 +0000 (22:59 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 12 Dec 2002 22:59:55 +0000 (22:59 +0000)
commit96670b2085ac958b2e5ac9617cab04fb61f053aa
tree8523a15e771f625bf5a4b72a2d194361b5626af1
parent98ccd05da3e4306e049d40a4c6114087c26c7635
pull in trio if host printf doesn't have a known way of printing 64-bit

Thu Dec 12 14:58:55 2002  Manish Singh  <yosh@gimp.org>

        * configure.in: pull in trio if host printf doesn't have a known
        way of printing 64-bit ints.

        * glib/gmacros.h: remove extra whitespace at the end

        * glib/gscanner.c (g_scanner_unexp_token): use G_GUINT64_FORMAT
        instead of hardcoding "%llu"

        * tests/testglib.c: remove obsolete conditionals using G_HAVE_GINT64,
        we always have it now.

        * tests/type-test.c: same as above, and for G_G[U]INT64_FORMAT as
        well.
12 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
glib/gmacros.h
glib/gscanner.c
tests/testglib.c
tests/type-test.c