diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/vhdl/vhdl-parse.adb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb index 696dc43a2..d3cc8e0b2 100644 --- a/src/vhdl/vhdl-parse.adb +++ b/src/vhdl/vhdl-parse.adb @@ -10201,6 +10201,7 @@ package body Vhdl.Parse is                 Stmt := Parse_If_Generate_Statement (Label, Loc);              when Tok_Case =>                 Postponed_Not_Allowed; +               Check_Vhdl_At_Least_2008 ("case generate");                 Stmt := Parse_Case_Generate_Statement (Label, Loc);              when Tok_Component                | Tok_Entity  | 
