diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-08 07:33:04 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-08 07:33:04 +0200 |
commit | a05c5813bee6c063dc196471e66816fbca5dc50e (patch) | |
tree | 7e6e01af2cbb3bcb02bf52fab6bf3075e613a211 /src/ghdldrv | |
parent | d87e8284e3dc3adced8b8aa2258e3a87097396b1 (diff) | |
download | ghdl-a05c5813bee6c063dc196471e66816fbca5dc50e.tar.gz ghdl-a05c5813bee6c063dc196471e66816fbca5dc50e.tar.bz2 ghdl-a05c5813bee6c063dc196471e66816fbca5dc50e.zip |
vhdl: extract vhdl.errors from errorout.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlprint.adb | 1 | ||||
-rw-r--r-- | src/ghdldrv/ghdlrun.adb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 73f386f4a..3addfbfe3 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -26,6 +26,7 @@ with Name_Table; use Name_Table; with Files_Map; with Libraries; with Errorout; use Errorout; +with Vhdl.Errors; use Vhdl.Errors; with Vhdl.Utils; use Vhdl.Utils; with Vhdl.Tokens; with Vhdl.Scanner; diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb index 9ae929efe..5cf5ca4dd 100644 --- a/src/ghdldrv/ghdlrun.adb +++ b/src/ghdldrv/ghdlrun.adb @@ -35,6 +35,7 @@ with Vhdl.Nodes; use Vhdl.Nodes; with Vhdl.Std_Package; with Flags; with Errorout; use Errorout; +with Vhdl.Errors; use Vhdl.Errors; with Libraries; with Vhdl.Canon; with Vhdl.Configuration; |