comparison test/testplatform.c @ 2062:c9aa6bcb26f3

Removed AmigaOS code for 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 04:09:17 +0000
parents c121d94672cb
children 12d3b55ebbfc f55c87ae336b
comparison
equal deleted inserted replaced
2061:6051761b5934 2062:c9aa6bcb26f3
158 } 158 }
159 if (verbose) { 159 if (verbose) {
160 printf("This system is running %s\n", 160 printf("This system is running %s\n",
161 #if __AIX__ 161 #if __AIX__
162 "AIX" 162 "AIX"
163 #elif __AMIGA__
164 "AmigaOS"
165 #elif __BEOS__ 163 #elif __BEOS__
166 "BeOS" 164 "BeOS"
167 #elif __BSDI__ 165 #elif __BSDI__
168 "BSDI" 166 "BSDI"
169 #elif __DREAMCAST__ 167 #elif __DREAMCAST__