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>2003-11-11 20:31:18 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-11-11 20:31:18 +0300
commit5540520e22e8975796a09c831e361ea1294d9562 (patch)
tree5402d35303b77f7eef8ce3572c8a3078d2e949ae /mcs/errors/cs0255.cs
parent55406d467f7f4f92f7a80c54bb67e6a0856daff9 (diff)
Applied patch from Marek Safar <marek.safar@seznam.cz> that adds compiler options to the source code
svn path=/trunk/mcs/; revision=19825
Diffstat (limited to 'mcs/errors/cs0255.cs')
-rwxr-xr-xmcs/errors/cs0255.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/errors/cs0255.cs b/mcs/errors/cs0255.cs
index 5319b82f5e1..ed9aae54cc2 100755
--- a/mcs/errors/cs0255.cs
+++ b/mcs/errors/cs0255.cs
@@ -1,5 +1,7 @@
// cs0255.cs: Can not use stackalloc in finally or catch
-// Line: 10
+// Line: 12
+// Compiler options: -unsafe
+
unsafe class X {
static void Main ()