don't use inline for !__GNUC__ case with g_warning, g_error, and g_message

* glib.h: don't use inline for !__GNUC__ case with g_warning,
g_error, and g_message wrappers since some compilers throw
away arguments in this case

-Yosh
This commit is contained in:
Manish Singh
1999-01-13 19:30:15 +00:00
parent 0d01699467
commit b9dd5bc19c
10 changed files with 54 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
Wed Jan 13 11:27:24 PST 1999 Manish Singh <yosh@gimp.org>
* glib.h: don't use inline for !__GNUC__ case with g_warning,
g_error, and g_message wrappers since some compilers throw
away arguments in this case
Tue Jan 12 21:59:14 PST 1999 Manish Singh <yosh@gimp.org>
* acinclude.m4