Changeset 14860
- Timestamp:
- 02/04/13 10:18:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/fits.h
r14792 r14860 3 3 4 4 #ifdef __CINT__ 5 #define int8_t Char_t 6 #define int16_t Short_t 7 #define int32_t Int_t 5 8 #define int64_t Long64_t 9 #define uint8_t UChar_t 10 #define uint16_t UShort_t 11 #define uint32_t UInt_t 6 12 #define uint64_t ULong64_t 7 #define uint8_t UChar_t8 #define uint32_t UInt_t9 13 #else 10 14 #include <stdint.h>
Note:
See TracChangeset
for help on using the changeset viewer.