* ILParser.jay (type_spec : class_ref): Remove.
authorAnkit Jain <radical@corewars.org>
Mon, 9 Jan 2006 16:22:33 +0000 (16:22 -0000)
committerAnkit Jain <radical@corewars.org>
Mon, 9 Jan 2006 16:22:33 +0000 (16:22 -0000)
svn path=/trunk/mcs/; revision=55240

mcs/ilasm/parser/ChangeLog
mcs/ilasm/parser/ILParser.jay

index e7f1fc69f947f31e7dad8d61371f0816d6f522f9..b2c663af82c01d144720749d1cc210200e7e2969 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-09  Ankit Jain  <jankit@novell.com>
+
+       * ILParser.jay (type_spec : class_ref): Remove.
+
 2006-01-09  Ankit Jain  <jankit@novell.com>
 
         * ILParser.jay: Update to use GenericParamRef instead of GenericTypeRef.
index 31bf893752c3bbc7708c6a7abe11469b6421852b..f1b37b9cbedfcb8ff7e9c5f4ccd3537389d0a9e6 100644 (file)
@@ -2086,8 +2086,7 @@ slot_num                : OPEN_BRACKET int32 CLOSE_BRACKET
                           }\r
                         ;\r
 \r
-type_spec              : class_ref\r
-                       | OPEN_BRACKET slashed_name CLOSE_BRACKET\r
+type_spec              : OPEN_BRACKET slashed_name CLOSE_BRACKET\r
                           {\r
                                 // This is a reference to a global method in another\r
                                 // assembly. This is not supported in the MS version of ilasm\r