Bugzilla – Attachment 288567 Details for
Bug 495112
Can't compile cyclic structs with mono-2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Workaround to build OOo with the broken mono.
ooo-build-3.0.99.4-mono-2.4-build-fix-workaround.diff (text/plain), 1.05 KB, created by
Petr Mladek
on 2009-04-28 10:35:24 UTC
(
hide
)
Description:
Workaround to build OOo with the broken mono.
Filename:
MIME Type:
Creator:
Petr Mladek
Created:
2009-04-28 10:35:24 UTC
Size:
1.05 KB
patch
obsolete
>--- cli_ure/source/mono_bridge/typedescription.cs.old 2009-04-15 12:24:38.000000000 +0200 >+++ cli_ure/source/mono_bridge/typedescription.cs 2009-04-15 16:05:34.000000000 +0200 >@@ -85,7 +85,7 @@ public unsafe struct TypeDescriptionRefe > public uno.rtl.UString * pTypeName; > /** pointer to full typedescription; this value is only valid if the type is never swapped out > */ >- public TypeDescription * pType; >+ public void * pType; > /** pointer to optimize the runtime; not for public use > */ > public void * pUniqueIdentifier; >@@ -136,7 +136,7 @@ public unsafe struct TypeDescription > public uno.rtl.UString * pTypeName; > /** pointer to self to distinguish reference from description; for internal use only > */ >- public TypeDescription * pSelf; >+ public void * pSelf; > /** pointer to optimize the runtime; not for public use > */ > public void * pUniqueIdentifier;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 495112
:
285848
| 288567