[Mono-bugs] [Bug 24004] Changed - reference compare compilation error in mcs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 May 2002 21:21:26 -0000


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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=24004

--- shadow/24004	Mon Apr 29 13:31:52 2002
+++ shadow/24004.tmp.15646	Wed May  1 17:21:26 2002
@@ -1,14 +1,14 @@
 Bug#: 24004
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,11 @@
                 object o = get_obj ();
                 if (o == "string")
                         return 1;
                 return 0;
         }
 }
+
+------- Additional Comments From miguel@ximian.com  2002-05-01 17:21 -------
+Ok, I finally solved this the way it was supposed to be.
+
+Changes going to CVS>