[svn] r7546: nemerle/trunk/ncc/typing/Typer.n

nazgul svnadmin at nemerle.org
Sun Mar 25 10:19:41 CEST 2007


Log:
Error instead of ICE for wrong quotation

Author: nazgul
Date: Sun Mar 25 10:19:37 2007
New Revision: 7546

Modified:
   nemerle/trunk/ncc/typing/Typer.n

Modified: nemerle/trunk/ncc/typing/Typer.n
==============================================================================
--- nemerle/trunk/ncc/typing/Typer.n	(original)
+++ nemerle/trunk/ncc/typing/Typer.n	Sun Mar 25 10:19:37 2007
@@ -1742,7 +1742,7 @@
           
 
         | PT.PExpr.Ellipsis =>
-          Util.ice ("List of expression parameters out of any construct")
+          ReportFatal (messenger, "spliced list of expressions out of quotation")
           
 
         | PT.PExpr.MacroCall  =>



More information about the svn mailing list