* ILParser.jay: Comment out K_IMF and K_NAN these are not used in
authorJackson Harper <jackson@novell.com>
Fri, 23 May 2003 04:05:29 +0000 (04:05 -0000)
committerJackson Harper <jackson@novell.com>
Fri, 23 May 2003 04:05:29 +0000 (04:05 -0000)
the grammar.

svn path=/trunk/mcs/; revision=14823

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

index 7e8710ed88b4a157bcb0ce83282dd5ebb4732d8b..d53681cb4ce205a1b692636e13f4ffb2972e932f 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-22 Jackson Harper <jackson@latitudegeo.com>
+
+       * ILParser.jay: Comment out K_IMF and K_NAN these are not used in
+       the grammar.
+               
 2003-05-21 Jackson Harper <jackson@latitudegeo.com>
 
        * ILParser.jay: Add ldc.r4 to INSTR_R int also fix cast to double.
index 6dfec036c4cb084958890d9cce972b5bad3fd9ed..1a3d54423f820c542ad93706e32422bc8d16e732 100644 (file)
@@ -331,8 +331,8 @@ namespace Mono.ILASM {
 %token K_NOMETADATA\r
 %token K_ALGORITHM\r
 %token K_FULLORIGIN\r
-%token K_NAN\r
-%token K_INF\r
+// %token K_NAN\r
+// %token K_INF\r
 %token K_PUBLICKEY\r
 %token K_ENABLEJITTRACKING\r
 %token K_DISABLEJITOPTIMIZER\r