Fix the non-gcc-3.x definitions of G_LIKELY and G_UNLIKELY. (Reported by

* glib/gmacros.h: Fix the non-gcc-3.x definitions of G_LIKELY
	and G_UNLIKELY.  (Reported by Dan Mills)
This commit is contained in:
Matthias Clasen
2002-11-26 00:35:11 +00:00
parent 124138d09e
commit b75a34b721
8 changed files with 56 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-11-26 Matthias Clasen <maclas@gmx.de>
* glib/gmacros.h: Fix the non-gcc-3.x definitions of G_LIKELY
and G_UNLIKELY. (Reported by Dan Mills)
2002-11-25 Matthias Clasen <maclas@gmx.de>
* glib/gfileutils.c (g_build_path):