diff options
Diffstat (limited to 'src/cpp0x_compat/cstdint')
-rw-r--r-- | src/cpp0x_compat/cstdint | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cpp0x_compat/cstdint b/src/cpp0x_compat/cstdint new file mode 100644 index 00000000..d8d71d9d --- /dev/null +++ b/src/cpp0x_compat/cstdint @@ -0,0 +1,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. + */ |