diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-11-19 18:25:43 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-11-19 18:25:43 +0100 |
commit | dc99e91b1fb4d43f2a805def33a8a5a9073794bb (patch) | |
tree | 8d5a1fcba2910a47316798e03769435fbc66f5ad /src/vhdl | |
parent | 15b278acd10b58e998af97eb5181cd2dcfd1f61f (diff) | |
download | ghdl-dc99e91b1fb4d43f2a805def33a8a5a9073794bb.tar.gz ghdl-dc99e91b1fb4d43f2a805def33a8a5a9073794bb.tar.bz2 ghdl-dc99e91b1fb4d43f2a805def33a8a5a9073794bb.zip |
Strenghten parser.
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/parse.adb | 1 |
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 => |