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

Zoltan Varga vargaz at gmail.com
Thu Apr 1 21:00:42 EDT 2010


Hi,

  Applied to SVN HEAD/2.6.

         Zoltan

On Thu, Apr 1, 2010 at 6:40 PM, Robert Nagy <robert at openbsd.org> wrote:

> 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)
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100402/e066c4a6/attachment.html 


More information about the Mono-devel-list mailing list