datetime: avoid using __year
authorChristian Hergert <chris@dronelabs.com>
Tue, 31 Aug 2010 16:10:16 +0000 (09:10 -0700)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 6 Sep 2010 10:50:30 +0000 (11:50 +0100)
commit52e44ddec27cca394e7aa047d994530783b7026a
tree64107a0a6e347a39c8e778ef46fbd8c3fd593e12
parent64300c0cc44b206db3f4dd206cced56ddda33038
datetime: avoid using __year

These were left over from when the inline functions where implemented
as macros.  They are no longer needed and where clashing with the
global __year anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=50076
glib/gdatetime.c