diff options
-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 => |