1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 06:37:38 +00:00

Remove all GCC 4.6 support; new minimum is GCC 5.4.

This commit is contained in:
Arthur O'Dwyer
2020-02-15 16:22:15 -05:00
parent 8c87f123a0
commit d0a6212fd4
5 changed files with 5 additions and 33 deletions

View File

@@ -48,13 +48,6 @@
#define ISSTEAM 0
#endif
#if GCC46
#define override
#define ISGCC46 1
#else
#define ISGCC46 0
#endif
#ifndef ISWEB
#define ISWEB 0
#endif