G_GINT64_FORMAT on all systems?



Hi,

The docs say:

"Some platforms do not support scanning and printing 64 bit integers, even
though the types are supported. On such platforms G_GUINT64_FORMAT is not
defined. "

Couldn't this be made available on all systems through trio?

Perhaps it already is, found this in configure.in:

if test "x$ac_cv_sizeof_long_long" = "x8" &&
   test -z "$glib_cv_long_long_format" ; then
  need_trio=yes
fi

So I assume it IS available on all platforms glib 2.x runs on, but the
docs need updating?

-- 
Peter Zelezny.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]