From 4d285e65d71ece770de8d21b506e37b874ee0850 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 30 Dec 2014 08:56:04 +0100 Subject: vhdl 2008: handle sized bit strings. --- src/ghdldrv/ghdlprint.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 1ab1cad..d4e0f5f 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -434,6 +434,7 @@ package body Ghdlprint is | Tok_Comma .. Tok_Dot | Tok_Equal_Equal | Tok_Integer + | Tok_Integer_Letter | Tok_Real | Tok_Equal .. Tok_Slash | Tok_Invalid => -- cgit