Martin v. Löwis <mar...@v.loewis.de> added the comment:

Compilation with gcc -std=c89 is not supported. Just drop this option. While 
Python strives to use C89, we will not distort to meet some abstract language 
compliance goal. 

OTOH, I fail to see why they need to be bitfields: a plain unsigned char field 
should work as well (as would an int bitfield). Victor?

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14993>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to