[Mono-dev] Add OpenBSD to the list of definitions in tests/libtest.c

Robert Nagy robert at openbsd.org
Thu Apr 1 12:40:43 EDT 2010


Index: mono/tests/libtest.c
===================================================================
--- mono/tests/libtest.c        (revision 154650)
+++ mono/tests/libtest.c        (working copy)
@@ -3191,7 +3191,7 @@
  * mono_method_get_unmanaged_thunk tests
  */
 
-#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__FreeBSD__)) || (defined(__ppc__) && defined(__APPLE__)))
+#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__FreeBSD__) || defined (__OpenBSD__)) || (defined(__ppc__) && defined(__APPLE__)))
 #define ALIGN(size) __attribute__ ((aligned(size)))
 #else
 #define ALIGN(size)


More information about the Mono-devel-list mailing list