mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
get rid of warning here
2002-01-28 Havoc Pennington <hp@redhat.com> * glib/gmacros.h: get rid of warning here
This commit is contained in:
parent
8fece396e5
commit
b19bcd9604
@ -1,3 +1,7 @@
|
||||
2002-01-28 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmacros.h: get rid of warning here
|
||||
|
||||
Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-01-28 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmacros.h: get rid of warning here
|
||||
|
||||
Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-01-28 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmacros.h: get rid of warning here
|
||||
|
||||
Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-01-28 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmacros.h: get rid of warning here
|
||||
|
||||
Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-01-28 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmacros.h: get rid of warning here
|
||||
|
||||
Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-01-28 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmacros.h: get rid of warning here
|
||||
|
||||
Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-01-28 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmacros.h: get rid of warning here
|
||||
|
||||
Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-01-28 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* glib/gmacros.h: get rid of warning here
|
||||
|
||||
Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for
|
||||
|
@ -82,7 +82,7 @@
|
||||
/* Wrap the gcc __PRETTY_FUNCTION__ and __FUNCTION__ variables with
|
||||
* macros, so we can refer to them as strings unconditionally.
|
||||
*/
|
||||
#ifdef __GNUC__ && (__GNUC__ < 3)
|
||||
#if defined (__GNUC__) && (__GNUC__ < 3)
|
||||
#define G_GNUC_FUNCTION __FUNCTION__
|
||||
#define G_GNUC_PRETTY_FUNCTION __PRETTY_FUNCTION__
|
||||
#else /* !__GNUC__ */
|
||||
|
Loading…
Reference in New Issue
Block a user