diff options
author | Manish Singh <yosh@src.gnome.org> | 1999-01-13 19:30:15 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1999-01-13 19:30:15 +0000 |
commit | b9dd5bc19cb731164f3dcba53e17178cfc0e8afb (patch) | |
tree | 7807db9190b341454be980ea30a9f06900516636 /ChangeLog.pre-2-12 | |
parent | 0d01699467cf6ee9424eb00c66e78646a9516d38 (diff) |
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
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r-- | ChangeLog.pre-2-12 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 7863a000e..ac3f57fc1 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -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 |