diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-11-19 18:27:06 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-11-19 18:27:06 +0100 |
commit | 3d967f40904a2ece58271ba1814fa2c0c4d11bdd (patch) | |
tree | 406b38e5164f5eac73ff43b1d6c2ef7f37144679 /src/vhdl/errorout.ads | |
parent | dc99e91b1fb4d43f2a805def33a8a5a9073794bb (diff) | |
download | ghdl-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.ads | 4 |
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); |