aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-11-19 18:25:43 +0100
committerTristan Gingold <tgingold@free.fr>2018-11-19 18:25:43 +0100
commitdc99e91b1fb4d43f2a805def33a8a5a9073794bb (patch)
tree8d5a1fcba2910a47316798e03769435fbc66f5ad /src/vhdl
parent15b278acd10b58e998af97eb5181cd2dcfd1f61f (diff)
downloadghdl-dc99e91b1fb4d43f2a805def33a8a5a9073794bb.tar.gz
ghdl-dc99e91b1fb4d43f2a805def33a8a5a9073794bb.tar.bz2
ghdl-dc99e91b1fb4d43f2a805def33a8a5a9073794bb.zip
Strenghten parser.
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/parse.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/parse.adb b/src/vhdl/parse.adb
index 7623d49c3..86465e037 100644
--- a/src/vhdl/parse.adb
+++ b/src/vhdl/parse.adb
@@ -828,6 +828,7 @@ package body Parse is
when others =>
Error_Msg_Parse
("identifier or all is expected after '.'");
+ Res := Prefix;
end case;
when others =>