remove obsolete patch
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=42
This commit is contained in:
parent
68ad7591e1
commit
8f3b092470
@ -1,13 +0,0 @@
|
||||
Index: mono/metadata/object-internals.h
|
||||
===================================================================
|
||||
--- mono/metadata/object-internals.h (revision 153372)
|
||||
+++ mono/metadata/object-internals.h (revision 153373)
|
||||
@@ -27,7 +27,7 @@
|
||||
*/
|
||||
#ifdef _G_BOOLEAN_EXPR
|
||||
#undef _G_BOOLEAN_EXPR
|
||||
-#define _G_BOOLEAN_EXPR(expr) (gsize)(expr)
|
||||
+#define _G_BOOLEAN_EXPR(expr) ((gsize)(expr) != 0)
|
||||
#endif
|
||||
|
||||
#if 1
|
Loading…
Reference in New Issue
Block a user