aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/vhdl-parse.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb
index 9716b2018..7529fe2e4 100644
--- a/src/vhdl/vhdl-parse.adb
+++ b/src/vhdl/vhdl-parse.adb
@@ -11249,6 +11249,7 @@ package body Vhdl.Parse is
-- Skip identifier.
Scan;
else
+ Id := Null_Identifier;
Expect (Tok_Identifier);
end if;