Serhiy Storchaka added the comment:

Usually you need code for both alternatives.

#ifdef WORDS_BIGENDIAN
...
#else
...
#endif

What can be simpler? Of cause, using *two* macros is complicated. You need 
only one and second macros is unnecessary.

----------

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

Reply via email to