aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-10 06:32:11 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-10 18:14:47 +0200
commit2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c (patch)
treecc9c7920faaf066098206973df852c1a7bed999a /src/vhdl/vhdl-canon.adb
parent0f995708288bb330cefeac11187ce064c2ec3bb1 (diff)
downloadghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.tar.gz
ghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.tar.bz2
ghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.zip
Extract psl-errors from errorout.
Diffstat (limited to 'src/vhdl/vhdl-canon.adb')
-rw-r--r--src/vhdl/vhdl-canon.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb
index 29b52c798..b4f46769b 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -15,7 +15,7 @@
-- along with GHDL; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
-with Errorout; use Errorout;
+
with Vhdl.Errors; use Vhdl.Errors;
with Vhdl.Utils; use Vhdl.Utils;
with Types; use Types;
@@ -30,6 +30,7 @@ with PSL.Rewrites;
with PSL.Build;
with PSL.NFAs;
with PSL.NFAs.Utils;
+with PSL.Errors; use PSL.Errors;
with Vhdl.Canon_PSL;
package body Vhdl.Canon is