aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-10 21:43:00 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-10 21:43:00 +0200
commitb76ff335a807be97a79e272b5e9bf08a99d3d8d6 (patch)
tree414e004aaaa69fa5a7987028ba54429e0707e3a3 /src/types.ads
parent4be73be561379cff6b0e5966e020d90387085034 (diff)
downloadghdl-b76ff335a807be97a79e272b5e9bf08a99d3d8d6.tar.gz
ghdl-b76ff335a807be97a79e272b5e9bf08a99d3d8d6.tar.bz2
ghdl-b76ff335a807be97a79e272b5e9bf08a99d3d8d6.zip
vhdl: decouple errorouts a bit more.
Diffstat (limited to 'src/types.ads')
-rw-r--r--src/types.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.ads b/src/types.ads
index 1f650ce81..71b981647 100644
--- a/src/types.ads
+++ b/src/types.ads
@@ -130,6 +130,9 @@ package Types is
Offset : Natural;
end record;
+ No_Source_Coord : constant Source_Coord_Type :=
+ (No_Source_File_Entry, Source_Ptr_Bad, 0, 0);
+
-- Indentation.
-- This is used by all packages that display vhdl code or informations.
Indentation : constant := 2;