diff options
author | Tristan Gingold | 2014-12-13 13:35:27 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-12-13 13:35:27 +0100 |
commit | 6b0e4e8d1e42ac329e12fafa3758f3ccd106b436 (patch) | |
tree | 9f4cfe08199349f1e7af54580e2c92c3e737bb79 /src/ghdldrv | |
parent | e3f6f212fe25e2fdb757d6bbf27fd51d0c296e8d (diff) | |
download | ghdl-6b0e4e8d1e42ac329e12fafa3758f3ccd106b436.tar.gz ghdl-6b0e4e8d1e42ac329e12fafa3758f3ccd106b436.tar.bz2 ghdl-6b0e4e8d1e42ac329e12fafa3758f3ccd106b436.zip |
PSL: allow labels on psl directives (fix ticket26).
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlprint.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 45e70e1..1ab1cad 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -393,7 +393,6 @@ package body Ghdlprint is | Tok_Psl_Property | Tok_Psl_Sequence | Tok_Psl_Endpoint - | Tok_Psl_Assert | Tok_Psl_Cover | Tok_Psl_Boolean | Tok_Psl_Const |