mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-01 23:26:16 +01:00
change #elif with no expression to #else in G_STRFUNC definition. Thanks
Thu Dec 11 10:31:21 2003 Manish Singh <yosh@gimp.org> * glib/gmacros.h: change #elif with no expression to #else in G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
This commit is contained in:
parent
f2241f6e87
commit
db16c1be2b
@ -1,3 +1,8 @@
|
||||
Thu Dec 11 10:31:21 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib/gmacros.h: change #elif with no expression to #else in
|
||||
G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
|
||||
|
||||
Mon Dec 8 12:02:40 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Dec 11 10:31:21 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib/gmacros.h: change #elif with no expression to #else in
|
||||
G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
|
||||
|
||||
Mon Dec 8 12:02:40 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Dec 11 10:31:21 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib/gmacros.h: change #elif with no expression to #else in
|
||||
G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
|
||||
|
||||
Mon Dec 8 12:02:40 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Dec 11 10:31:21 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib/gmacros.h: change #elif with no expression to #else in
|
||||
G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
|
||||
|
||||
Mon Dec 8 12:02:40 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Dec 11 10:31:21 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib/gmacros.h: change #elif with no expression to #else in
|
||||
G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
|
||||
|
||||
Mon Dec 8 12:02:40 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Dec 11 10:31:21 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* glib/gmacros.h: change #elif with no expression to #else in
|
||||
G_STRFUNC definition. Thanks to Damien Carbery, fixes #129101.
|
||||
|
||||
Mon Dec 8 12:02:40 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.3.1 ===
|
||||
|
@ -113,7 +113,7 @@
|
||||
# define G_STRFUNC ((const char*) (__PRETTY_FUNCTION__))
|
||||
#elif defined (G_HAVE_ISO_VARARGS)
|
||||
# define G_STRFUNC ((const char*) (__func__))
|
||||
#elif
|
||||
#else
|
||||
# define G_STRFUNC ((const char*) ("???"))
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user