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-02-19 20:14:03 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-19 20:14:03 +0300
commitd43407f4215b020d423b8082f449afc44b4208a9 (patch)
tree01a37406d324b0c4205b7f417bb3e3b2892f5297 /mcs/errors/errors.txt
parentd10f5cc8b5c004f177813168dad4c22cb8d491ca (diff)
2002-02-17 Miguel de Icaza <miguel@ximian.com>
* expression.cs (Indirection): New helper class. Unary will create Indirection classes to be able to implement the IMemoryLocation interface on it. 2002-02-16 Miguel de Icaza <miguel@ximian.com> * cs-parser.jay (fixed_statement): reference the right statement. * statement.cs (Fixed.Emit): Finish implementing the fixed statement for the &x case. svn path=/trunk/mcs/; revision=2517
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 f82bb162c91..bfa53a84724 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -39,4 +39,6 @@ numbers to match the Microsoft numbers:
do not perform flow analysis, and can not tell whether a
ret is required or not.
--14 Invalid number passed to probe \ No newline at end of file
+-14 Invalid number passed to probe
+
+-15 Does not implement the IMemoryLocation interface \ No newline at end of file