diff options
Diffstat (limited to 'src/ghdldrv/ghdlprint.adb')
-rw-r--r-- | src/ghdldrv/ghdlprint.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 65eec4ed3..c4eb08da7 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -383,7 +383,7 @@ package body Ghdlprint is Disp_Text; Put ("</tt>"); end case; - when Tok_Mod .. Tok_Sequence => + when Tok_Mod .. Tok_Vunit => Disp_Reserved; when Tok_Semi_Colon => Disp_Spaces; |