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-09-17 22:16:08 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-09-17 22:16:08 +0400
commit76f71ea43b0b8eff5e09c36db31c4be6cd28af27 (patch)
tree7c4cc8840329875aa75ca5f8bc7894f23d4e5aaa /mcs/errors/errors.txt
parent9f997ad5cd7d474015a8b22e940f66807770cef0 (diff)
Add decimal to MakeByteBlob
svn path=/trunk/mcs/; revision=7564
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 83938d82ac5..1856b1e22f8 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -1,5 +1,8 @@
We use negative numbers for the compiler, and leave the possitive
-numbers to match the Microsoft numbers:
+numbers to match the Microsoft numbers.
+
+NOTE: I am now moving to use numbers above 6000 instead of negative
+numbers, as they look nicer on the debugging output.
-1 An Primary Expression was parsed, when a Type was expected.
This happens because my parser knowledge is limited, and I
@@ -69,7 +72,7 @@ numbers to match the Microsoft numbers:
[DefaultValue (CollectionChangeAction.Add)]
class X { static void Main () { } }
--24 Unused `using' statement
+6024 Unused `using' statement
Sample:
using System;