src/Pure/Syntax/syntax_phases.ML
changeset 62800 7ac100f86863
parent 62783 75ee05386b90
child 62897 8093203f0b89
--- a/src/Pure/Syntax/syntax_phases.ML	Fri Apr 01 17:49:03 2016 +0200
+++ b/src/Pure/Syntax/syntax_phases.ML	Fri Apr 01 17:56:14 2016 +0200
@@ -338,7 +338,7 @@
       if len <= 1 then []
       else
         [cat_lines
-          (("Ambiguous input" ^ Position.here (Position.reset_range pos) ^
+          (("Ambiguous input" ^ Position.here (Position.no_range_position pos) ^
             " produces " ^ string_of_int len ^ " parse trees" ^
             (if len <= limit then "" else " (" ^ string_of_int limit ^ " displayed)") ^ ":") ::
             map (Pretty.string_of o Pretty.item o single o Parser.pretty_parsetree)