Author: martin
Date: 2005-04-15 12:09:41 -0400 (Fri, 15 Apr 2005)
New Revision: 43064

Modified:
   trunk/mcs/gmcs/codegen.cs
Log:
Don't fuck here ;-)


Modified: trunk/mcs/gmcs/codegen.cs
===================================================================
--- trunk/mcs/gmcs/codegen.cs   2005-04-15 16:09:05 UTC (rev 43063)
+++ trunk/mcs/gmcs/codegen.cs   2005-04-15 16:09:41 UTC (rev 43064)
@@ -451,7 +451,7 @@
                        ConstantCheckState = true;
 
                        if ((return_type is TypeBuilder) && 
return_type.IsGenericTypeDefinition)
-                               throw new Exception ("FUCK");
+                               throw new InternalErrorException ();
                        
                        IsStatic = (code_flags & Modifiers.STATIC) != 0;
                        MethodIsStatic = IsStatic;

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to