From e6ffb98cb5ad3f07bcaf79323d8ab8411688c494 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 2 Sep 2014 21:17:16 +0200 Subject: Keep names in the tree. This is a large change to improve error locations and allow pretty printing. --- libraries/std/textio_body.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/std/textio_body.vhdl') diff --git a/libraries/std/textio_body.vhdl b/libraries/std/textio_body.vhdl index b402174..5d148ce 100644 --- a/libraries/std/textio_body.vhdl +++ b/libraries/std/textio_body.vhdl @@ -83,7 +83,7 @@ package body textio is end case; end is_Whitespace; - procedure writeline (f: out text; l: inout line) is --V87 + procedure writeline (variable f: out text; l: inout line) is --V87 procedure writeline (file f: text; l: inout line) is --V93 begin if l = null then -- cgit