[svn] r5835: nemerle/trunk/ncc/generation/ILEmitter.n
malekith
svnadmin at nemerle.org
Wed Oct 19 23:14:33 CEST 2005
Log:
Fix warning: make the workaround method static.
Author: malekith
Date: Wed Oct 19 23:14:32 2005
New Revision: 5835
Modified:
nemerle/trunk/ncc/generation/ILEmitter.n
Modified: nemerle/trunk/ncc/generation/ILEmitter.n
==============================================================================
--- nemerle/trunk/ncc/generation/ILEmitter.n (original)
+++ nemerle/trunk/ncc/generation/ILEmitter.n Wed Oct 19 23:14:32 2005
@@ -67,7 +67,7 @@
= typeof (object).Assembly.GetType ("System.RuntimeType");
// mono #76484
- workaround_mono_bug (type_ : Nemerle.Compiler.TypeBuilder) : void
+ static workaround_mono_bug (type_ : Nemerle.Compiler.TypeBuilder) : void
{
def type_of_this = type_.GetMemType ().SystemType;
More information about the svn
mailing list