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:
@@ -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
|
||||
|
Reference in New Issue
Block a user