|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.4, 2006/05/04 18:38:56 | version 1.5, 2006/05/04 18:59:23 | ||
|---|---|---|---|
|
|
||
| /* #define IEEE_{BIG,LITTLE}_ENDIAN in ${ARCHDIR}/gdtoa/arith.h */ | /* #define IEEE_{BIG,LITTLE}_ENDIAN in ${ARCHDIR}/gdtoa/arith.h */ | ||
| #include <stdint.h> | #include <stdint.h> | ||
| #define Short int16_t | |||
| #define UShort uint16_t | |||
| #define Long int32_t | #define Long int32_t | ||
| #define ULong uint32_t | #define ULong uint32_t | ||
| #define LLong int64_t | #define LLong int64_t |