Correct WZ_CC_TINYC check. (Note the namechange!)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2775 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2007-11-10 12:10:54 +00:00
parent 3a56a479b3
commit 5ccaa17971
1 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@
MSVC - Microsoft Visual C/C++, Intel C++ for Windows
GNU - GNU C++
INTEL - Intel C++ for Linux, Intel C++ for Windows
TINYCC - Fabrice Bellard's Tiny C Compiler
TINYC - Fabrice Bellard's Tiny C Compiler
Should be sorted most to least authoritative.
*/
@ -208,8 +208,8 @@
# define WZ_CC_INTEL
# endif
#elif defined(__TINYCC__)
# define WZ_CC_TINYCC
#elif defined(__TINYC__)
# define WZ_CC_TINYC
#else
# error "Warzone has not been tested on this compiler. Please contact warzone-dev@gna.org"