Bug 301324: some cosmetic things in gbacktrace.h, gdebug.h
- From: Benoit Carpentier <gtkool_2kx yahoo fr>
- To: gtk-devel-list gnome org
- Subject: Bug 301324: some cosmetic things in gbacktrace.h, gdebug.h
- Date: Tue, 26 Apr 2005 20:50:36 +0200 (CEST)
Reporter: gtkool_2kx yahoo fr (beno�t
carpentier)
In GLib 2.6.4, glib,
in gbacktrace.h, line 52 :
# define G_BREAKPOINT() G_STMT_START{ __asm int 3h
}G_STMT_END
should-it be ? :
# define G_BREAKPOINT() G_STMT_START{ __asm__ int 3h
}G_STMT_END
__asm -> __asm__
After searching on Internet both __asm and __asm__ are
used with
"#if defined(_M_IX86) && defined(_MSC_VER)".
Other lines of the this file are using __asm__.
in gdebug.h, lines 30 to 32 :
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
should now be :
G_BEGIN_DECLS
and lines 58 to 60 :
#ifdef __cplusplus
}
#endif /* __cplusplus */
should now be :
G_END_DECLS
Regards,
Benoît Carpentier, aka "GTKool"
__________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]