From 8312977d2ff9eda57c43fe0d028fe261a063fe24 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 10 Oct 2019 18:37:22 +0200 Subject: vhdl: improve error message for redefinition of library --- src/libraries.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libraries.adb') diff --git a/src/libraries.adb b/src/libraries.adb index cbdca93c0..93f3f772c 100644 --- a/src/libraries.adb +++ b/src/libraries.adb @@ -1156,7 +1156,7 @@ package body Libraries is end if; Warning_Msg_Sem (Warnid_Library, +Unit, - "library unit %i was also defined in file %i", + "%n was also defined in file %i", (+Library_Unit, +Get_Design_File_Filename (Design_File))); end if; end if; -- cgit v1.2.3