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-21 03:10:13 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-21 03:10:13 +0300
commita992519b9632b7526eada9f9886be8fd1b73af7a (patch)
tree89379342e5b59d400468b150d1336a9ee663ef8a /mcs/errors/errors.txt
parent63e51b23fb27651869b2227c5ab67ff88b846edb (diff)
Add indirection support, it was missing.
2002-02-20 Miguel de Icaza <miguel@ximian.com> * expression.cs (Indirection): Implement EmitAssign and set the ExprClass to Variable. This allows pointer dereferences to be treated as variables, and to have values assigned to them. * ecore.cs (Expression.StoreFromPtr): New utility function to store values dereferencing. 2002-02-20 Miguel de Icaza <miguel@ximian.com> * unsafe-1.cs: Extend test. svn path=/trunk/mcs/; revision=2549
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index bfa53a84724..84f8410fc2e 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -41,4 +41,4 @@ numbers to match the Microsoft numbers:
-14 Invalid number passed to probe
--15 Does not implement the IMemoryLocation interface \ No newline at end of file
+-15 Can not locate default assembly path