1.1 --- a/test/testplatform.c Mon Sep 21 08:58:51 2009 +0000
1.2 +++ b/test/testplatform.c Mon Sep 21 09:18:42 2009 +0000
1.3 @@ -154,6 +154,9 @@
1.4 printf("This system is running %s\n",
1.5 #if __AIX__
1.6 "AIX"
1.7 +#elif __HAIKU__
1.8 +/* Haiku must appear here before BeOS, since it also defines __BEOS__ */
1.9 + "Haiku"
1.10 #elif __BEOS__
1.11 "BeOS"
1.12 #elif __BSDI__
1.13 @@ -162,8 +165,6 @@
1.14 "Dreamcast"
1.15 #elif __FREEBSD__
1.16 "FreeBSD"
1.17 -#elif __HAIKU__
1.18 - "Haiku"
1.19 #elif __HPUX__
1.20 "HP-UX"
1.21 #elif __IRIX__