Message172503
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, christian.heimes, ned.deily, pitrou, serhiy.storchaka |
| Date | 2012-10-09.18:51:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <201210092150.49337.storchaka@gmail.com> |
| In-reply-to | <1349807775.3334.0.camel@localhost.localdomain> |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-10-09 18:51:07 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, christian.heimes, ned.deily, Arfrever |
| 2012-10-09 18:51:07 | serhiy.storchaka | link | issue16166 messages |
| 2012-10-09 18:51:07 | serhiy.storchaka | create | |