libIDL r585 - in trunk: . include/libIDL
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: libIDL r585 - in trunk: . include/libIDL
- Date: Tue, 29 Jan 2008 12:52:45 +0000 (GMT)
Author: chpe
Date: Tue Jan 29 12:52:45 2008
New Revision: 585
URL: http://svn.gnome.org/viewvc/libIDL?rev=585&view=rev
Log:
2008-01-29 Christian Persch <chpe gnome org>
* include/libIDL/IDL.h.in: Use G_STRFUNC, since G_GNUC_PRETTY_FUNCTION
was deprecated.
Modified:
trunk/ChangeLog
trunk/include/libIDL/IDL.h.in
Modified: trunk/include/libIDL/IDL.h.in
==============================================================================
--- trunk/include/libIDL/IDL.h.in (original)
+++ trunk/include/libIDL/IDL.h.in Tue Jan 29 12:52:45 2008
@@ -101,7 +101,7 @@
#define IDL_CHECK_CAST(tree, thetype, name) \
(IDL_check_type_cast(tree, thetype, \
__FILE__, __LINE__, \
- G_GNUC_PRETTY_FUNCTION)->u.name)
+ G_STRFUNC)->u.name)
/* GLib 2.0 requires 64-bit types */
#define IDL_LL @IDL_LL@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]