2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / errors / errors.txt
index e0dd25c32a89a66b7af4839ec4998254dbdadedf..f8abfa43c60b55631d97f427a07be5bcf5a4b18b 100644 (file)
@@ -89,6 +89,8 @@ numbers, as they look nicer on the debugging output.
 -30     This version of the runtime does not support making pinned local variables.  
         This code may cause errors on a runtime with a moving GC
 
+-31     Internal compiler error during the method emit phase.
+
 ----------
 
 Errors that we have allocated that will have corresponding errors in
@@ -141,7 +143,3 @@ the Microsoft C# compiler:
 -221    params modifier present in anonymous method declaration
 
 -222    yield statement only available in C# 2.0 mode
-
--223   There is a `var' type in scope, and in LINQ mode, you used a
-       `var' type for a variable (Notice that CSC 3, May CTP does not
-       issue this warning yet).
\ No newline at end of file