[Mono-bugs] [Bug 44770][Nor] Changed - mcs does not permit unsafe modified for destructor

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 16 Jun 2003 10:34:51 -0400 (EDT)


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 jackson@latitudegeo.com.

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

--- shadow/44770	Mon Jun 16 06:36:33 2003
+++ shadow/44770.tmp.3702	Mon Jun 16 10:34:51 2003
@@ -88,6 +88,16 @@
 
 to:
 
    m |= ...
 
 Miguel
+
+------- Additional Comments From jackson@latitudegeo.com  2003-06-16 10:34 -------
+The |= is so that m does not loose the unsafe modifier when the other
+modifiers are added. Without it the unsafe modifier would never be set.
+
+According to the spec extern is legal also. I will add that tonight.
+
+Jackson
+
+