summaryrefslogtreecommitdiff
path: root/src/cpp0x_compat/cstdint
blob: d8d71d9d3d9c66a0edead7515fa303a1c6edd921 (plain) (blame)
1
2
3
4
5
6
7
/*
 * Compatibility header used when the compiler doesn't support C++0x.
 *
 * It doesn't seem necessary for it to contain anything, at least GCC 4.2.1
 * compiles Mana fine so it apparently understands types like uint16_t by
 * default.
 */