Undef G_CAN_INLINE if G_IMPLEMENT_INLINES is defined. This was the pre-2.6

2005-04-03  Matthias Clasen  <mclasen@redhat.com>

	* glib/gutils.h: Undef G_CAN_INLINE if G_IMPLEMENT_INLINES is
	defined. This was the pre-2.6 behaviour, and without it,
	G_IMPLEMENT_INLINES cannot be used in multiple .c files
	at all.  (#165852, Dave Benson)
This commit is contained in:
Matthias Clasen
2005-04-04 03:45:13 +00:00
committed by Matthias Clasen
parent 0914ea84e3
commit b73f494fab
5 changed files with 29 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2005-04-03 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Undef G_CAN_INLINE if G_IMPLEMENT_INLINES is
defined. This was the pre-2.6 behaviour, and without it,
G_IMPLEMENT_INLINES cannot be used in multiple .c files
at all. (#165852, Dave Benson)
2005-04-01 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c (g_child_watch_source_new): Add a note regarding