Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-03-26 01:17:41 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-26 01:17:41 +0300
commitfb55f6cfdf1bbef3693987ae00dabbd427de4825 (patch)
tree0fd25ae6694ec561d0237e329befcef2b796bd64 /mcs/errors/errors.txt
parentad93add1b34856d89cdab7d69bfceb92ba4f8c06 (diff)
2002-03-25 Miguel de Icaza <miguel@ximian.com>
* IntPtr.cs: Temporary work-around until I fix the assembly attributes bug. * String.cs (System): Removed enumeration, because it is pretty hard to support enumerations in /nostdlib mode for the core types. 2002-03-25 Miguel de Icaza <miguel@ximian.com> * interface.cs: Implement the same search algorithm for types in the interface code. * delegate.cs: Do not allow multiple definition. svn path=/trunk/mcs/; revision=3335
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 80b3392aa0b..bc9b9fe04ab 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -48,4 +48,6 @@ numbers to match the Microsoft numbers:
-17 A type has already been defined (try --nostdlib)
--18 Do not know how to generate debugging information for this platform. \ No newline at end of file
+-18 Do not know how to generate debugging information for this platform.
+
+-19 Can not find required utility function in the core libraries. \ No newline at end of file