From b42e36e23f23a0d27e7b08d6cb4461237720de3b Mon Sep 17 00:00:00 2001 From: gingold Date: Sun, 31 Aug 2008 02:22:57 +0000 Subject: Create package options from flags to avoid circular elaboration --- translate/ghdldrv/ghdlprint.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'translate/ghdldrv/ghdlprint.adb') diff --git a/translate/ghdldrv/ghdlprint.adb b/translate/ghdldrv/ghdlprint.adb index 3dc5550..7a95854 100644 --- a/translate/ghdldrv/ghdlprint.adb +++ b/translate/ghdldrv/ghdlprint.adb @@ -75,6 +75,7 @@ package body Ghdlprint is procedure PP_Html_File (File : Source_File_Entry) is + use Flags; use Scan; use Tokens; use Files_Map; -- cgit