GNOME Bugzilla – Bug 319592
Use GLib for determining host endian
Last modified: 2005-11-17 11:41:44 UTC
libedataserver has a hand-crafted runtime check for big/little endian, which can be replaced with a compile-time GLib check. This makes the code a little more readable and faster.
Created attachment 53828 [details] [review] Use GLib for host-endian checks
adding keyword and confirming.
Looks good. Approved. Thanks for the patch
Committed to HEAD, thanks.