Author: gonzalo
Date: 2005-04-08 18:17:13 -0400 (Fri, 08 Apr 2005)
New Revision: 42714
Modified:
trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/ChangeLog
trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/Literal.cs
Log:
2005-04-08 Gonzalo Paniagua Javier <[EMAIL PROTECTED]>
* Literal.cs: fix the build and break something else ;-).
Modified: trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/ChangeLog
===================================================================
--- trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/ChangeLog
2005-04-08 22:02:04 UTC (rev 42713)
+++ trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/ChangeLog
2005-04-08 22:17:13 UTC (rev 42714)
@@ -1,3 +1,7 @@
+2005-04-08 Gonzalo Paniagua Javier <[EMAIL PROTECTED]>
+
+ * Literal.cs: fix the build and broke something else ;-).
+
2005-04-08 Cesar Lopez Nataren <[EMAIL PROTECTED]>
* Literal.cs: Implement the construction of regular expression literal.
Modified: trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/Literal.cs
===================================================================
--- trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/Literal.cs
2005-04-08 22:02:04 UTC (rev 42713)
+++ trunk/mcs/class/Microsoft.JScript/Microsoft.JScript/Literal.cs
2005-04-08 22:17:13 UTC (rev 42714)
@@ -242,7 +242,8 @@
ILGenerator ig = ec.ig;
TypeBuilder type = ec.type_builder;
- FieldBuilder field = type.DefineField
(SemanticAnalyser.NextAnonymousRegExpObj, typeof (RegExpObject),
FieldAttributes.Public | FieldAttributes.Static);
+ //FieldBuilder field = type.DefineField
(SemanticAnalyser.NextAnonymousRegExpObj, typeof (RegExpObject),
FieldAttributes.Public | FieldAttributes.Static);
+ FieldBuilder field = null;
Label label = ig.DefineLabel ();
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches