aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-formatters.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-14 08:22:20 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-14 08:22:20 +0200
commit5cfb8e78cd5d7bdc83494bd72cbe17bf4921bda8 (patch)
tree153ab940b178603745e6b27e37bc606df2e8b316 /src/vhdl/vhdl-formatters.adb
parenta8e477a114b528866dfeb5146c9377f57bab604c (diff)
downloadghdl-5cfb8e78cd5d7bdc83494bd72cbe17bf4921bda8.tar.gz
ghdl-5cfb8e78cd5d7bdc83494bd72cbe17bf4921bda8.tar.bz2
ghdl-5cfb8e78cd5d7bdc83494bd72cbe17bf4921bda8.zip
vhdl: add PSL keywords to vhdl08 reserved words.
Diffstat (limited to 'src/vhdl/vhdl-formatters.adb')
-rw-r--r--src/vhdl/vhdl-formatters.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-formatters.adb b/src/vhdl/vhdl-formatters.adb
index f6103f571..807436033 100644
--- a/src/vhdl/vhdl-formatters.adb
+++ b/src/vhdl/vhdl-formatters.adb
@@ -36,7 +36,7 @@ package body Vhdl.Formatters is
or else Current_Token = Tok_Subtype)
then
null;
- elsif (Tok = Tok_Psl_Default
+ elsif (Tok = Tok_Default
or else Tok = Tok_Psl_Clock)
and then Current_Token = Tok_Identifier
then