1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 23:47:40 +00:00

improved ONLY_GCC46

This commit is contained in:
Zeno Rogue
2019-09-13 19:07:19 +02:00
parent a3137a3f7c
commit d4df8a970c
2 changed files with 6 additions and 9 deletions

View File

@@ -47,8 +47,11 @@
#define ISSTEAM 0
#endif
#if ISSTEAM
#if GCC46
#define override
#define ONLY_GCC46(x) x
#else
#define ONLY_GCC46(x)
#endif
#ifndef ISWEB