diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-10 18:37:22 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-10 18:37:22 +0200 |
commit | 8312977d2ff9eda57c43fe0d028fe261a063fe24 (patch) | |
tree | d6cbc171eb1928a3302b67653bb07d56db5959a4 /src | |
parent | 170d114587a84c58c18c33f9f564b508f4d82544 (diff) | |
download | ghdl-8312977d2ff9eda57c43fe0d028fe261a063fe24.tar.gz ghdl-8312977d2ff9eda57c43fe0d028fe261a063fe24.tar.bz2 ghdl-8312977d2ff9eda57c43fe0d028fe261a063fe24.zip |
vhdl: improve error message for redefinition of library
Diffstat (limited to 'src')
-rw-r--r-- | src/libraries.adb | 2 |
1 files changed, 1 insertions, 1 deletions
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; |