|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.7, 2009/05/07 20:31:44 | version 1.8, 2011/01/21 23:36:49 | ||
|---|---|---|---|
|
|
||
| Exactly one of IEEE_LITTLE_ENDIAN, IEEE_BIG_ENDIAN, VAX, or IBM should be defined. | Exactly one of IEEE_LITTLE_ENDIAN, IEEE_BIG_ENDIAN, VAX, or IBM should be defined. | ||
| #endif | #endif | ||
| typedef union { double d; ULong L[2]; } U; | typedef union { double d; ULong L[2]; } __attribute__((__may_alias__)) U; | ||
| #ifdef YES_ALIAS | #ifdef YES_ALIAS | ||
| #define dval(x) x | #define dval(x) x |