some cosmetic things in gbacktrace.h, gdebug.h



Hi,

I posted this on Bugzilla some days ago, but there is
no response.
If somebody can read this.

Regards :

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]