diff test/testplatform.c @ 3888:6d2e1961661a SDL-1.2

Removed broken AmigaOS support. Fixes Bugzilla #337.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 03:58:27 +0000
parents f12379c41042
children 7a4c511c980a
line wrap: on
line diff
--- a/test/testplatform.c	Sun Oct 29 03:44:25 2006 +0000
+++ b/test/testplatform.c	Sun Oct 29 03:58:27 2006 +0000
@@ -154,8 +154,6 @@
 		printf("This system is running %s\n",
 #if __AIX__
 			"AIX"
-#elif __AMIGA__
-			"AmigaOS"
 #elif __BEOS__
 			"BeOS"
 #elif __BSDI__