Even on Darwin, tcc should display Linux

This commit is contained in:
Christian Jullien 2017-02-26 16:28:52 +01:00
parent 2da36731da
commit c4c3f5009e
1 changed files with 0 additions and 2 deletions

2
tcc.c
View File

@ -160,8 +160,6 @@ static const char version[] =
" Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
" FreeBSD"
#elif defined(__APPLE__)
" Darwin"
#else
" Linux"
#endif