[Mono-bugs] [Bug 64330][Nor] Changed - `fixed' should create its own scope

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Sep 2004 08:52:36 -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 rharinath@novell.com.

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

--- shadow/64330	2004-08-29 15:20:40.000000000 -0400
+++ shadow/64330.tmp.8063	2004-09-10 08:52:36.000000000 -0400
@@ -48,6 +48,11 @@
 	static void Main () {
 		int x;
 		fixed (void* p = &x) {}
 		fixed (void* p = &x) {}
 	}
 }
+
+------- Additional Comments From rharinath@novell.com  2004-09-10 08:52 -------
+Created an attachment (id=10579)
+fix
+