diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-02-14 07:06:56 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-02-14 07:06:56 +0000 |
commit | de3bfc0a74e6e574b6887065fe48f9de83443b83 (patch) | |
tree | 508e12dd4cd2d5faf2c2ac8c95e68fd4679e8929 /ChangeLog | |
parent | f99e38b2b1b10c9f2a01c8201758e3557e1fdc45 (diff) |
Use the #if branch with G_BREAKPOINT() also on Win32. Remove the separate
2002-02-14 Tor Lillqvist <tml@iki.fi>
* glib/gmessages.c (g_logv): Use the #if branch with
G_BREAKPOINT() also on Win32. Remove the separate __asm int 3 for
MSVC, G_BREAKPOINT() does exactly that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-02-14 Tor Lillqvist <tml@iki.fi> + + * glib/gmessages.c (g_logv): Use the #if branch with + G_BREAKPOINT() also on Win32. Remove the separate __asm int 3 for + MSVC, G_BREAKPOINT() does exactly that. + 2002-02-14 James Henstridge <james@daa.com.au> * m4macros/glib-gettext.m4: add third argument to the AC_DEFINE |