diff options
Diffstat (limited to 'src/vhdl/std_package.ads')
-rw-r--r-- | src/vhdl/std_package.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/std_package.ads b/src/vhdl/std_package.ads index 9ee4ca41f..e655cb181 100644 --- a/src/vhdl/std_package.ads +++ b/src/vhdl/std_package.ads @@ -172,6 +172,9 @@ package Std_Package is -- at compilation time. subtype Iir_Wildcard_Types is Iir range 7 .. 10; + -- Chain of wildcard declarations, to own the nodes. + Wildcard_Type_Declaration_Chain : Iir; + -- Create the first well-known nodes. procedure Create_First_Nodes; |