aboutsummaryrefslogtreecommitdiffstats
path: root/src/errorout.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-09 15:50:27 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-09 16:31:20 +0200
commit23c923649a05e35bf57da3b290ea2136e761f565 (patch)
treea19e194269866ad28e0d1be440ab635e486f3023 /src/errorout.ads
parentc9d2cccb38b985783108f187398a0a0af9f6ab62 (diff)
downloadghdl-23c923649a05e35bf57da3b290ea2136e761f565.tar.gz
ghdl-23c923649a05e35bf57da3b290ea2136e761f565.tar.bz2
ghdl-23c923649a05e35bf57da3b290ea2136e761f565.zip
synth: correctly quote nets name in error messages.
Diffstat (limited to 'src/errorout.ads')
-rw-r--r--src/errorout.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errorout.ads b/src/errorout.ads
index f8cd0eb29..6834f5a0b 100644
--- a/src/errorout.ads
+++ b/src/errorout.ads
@@ -262,6 +262,7 @@ package Errorout is
procedure Register_Earg_Handler (Kind : Earg_Kind; Handler : Earg_Handler);
+ procedure Output_Quoted_Identifier (Id : Name_Id);
procedure Output_Identifier (Id : Name_Id);
procedure Output_Location (Err : Error_Record; Loc : Location_Type);
procedure Output_Message (S : String);