From 23c923649a05e35bf57da3b290ea2136e761f565 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 9 May 2020 15:50:27 +0200 Subject: synth: correctly quote nets name in error messages. --- src/errorout.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'src/errorout.ads') 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); -- cgit v1.2.3