[Mono-bugs] [Bug 55065][Blo] Changed - error CS0037 on mono 0.32
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Mar 2004 08:35:38 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ndrochak@gol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55065
--- shadow/55065 2004-03-02 07:54:20.000000000 -0500
+++ shadow/55065.tmp.21412 2004-03-02 08:35:38.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 55065
Product: Mono/Compilers
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Blocker
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: popescu_dumitru@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -48,6 +48,10 @@
what you actually need to do is:
IntPtr blah = IntPtr.Zero;
I admit this is confusing, and I wish the assignment from null
worked, however, it does not.
+
+------- Additional Comments From ndrochak@gol.com 2004-03-02 08:35 -------
+Actually, this construct is fine. CSC can compile it no problem.
+Reopening so mcs hackers can have a look.