aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/errorout.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-11-19 18:27:06 +0100
committerTristan Gingold <tgingold@free.fr>2018-11-19 18:27:06 +0100
commit3d967f40904a2ece58271ba1814fa2c0c4d11bdd (patch)
tree406b38e5164f5eac73ff43b1d6c2ef7f37144679 /src/vhdl/errorout.ads
parentdc99e91b1fb4d43f2a805def33a8a5a9073794bb (diff)
downloadghdl-3d967f40904a2ece58271ba1814fa2c0c4d11bdd.tar.gz
ghdl-3d967f40904a2ece58271ba1814fa2c0c4d11bdd.tar.bz2
ghdl-3d967f40904a2ece58271ba1814fa2c0c4d11bdd.zip
Add errorout-memory.
Diffstat (limited to 'src/vhdl/errorout.ads')
-rw-r--r--src/vhdl/errorout.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/errorout.ads b/src/vhdl/errorout.ads
index b0b7e53ad..eb9c2a7a3 100644
--- a/src/vhdl/errorout.ads
+++ b/src/vhdl/errorout.ads
@@ -176,11 +176,11 @@ package Errorout is
type Error_Record is record
Origin : Report_Origin;
+ Id : Msgid_Type;
+ Cont : Boolean;
File : Source_File_Entry;
Line : Natural;
Offset : Natural;
- Id : Msgid_Type;
- Cont : Boolean;
end record;
type Error_Start_Handler is access procedure (Err : Error_Record);