From e8e5c3d2ab5783d65fcd7a33a7b35c103179ece8 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 12 May 2015 20:06:22 +0200 Subject: Add context declaration and reference (vhdl 2008). --- src/std_names.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/std_names.adb') diff --git a/src/std_names.adb b/src/std_names.adb index 3fa1b9d60..c9338396c 100644 --- a/src/std_names.adb +++ b/src/std_names.adb @@ -154,6 +154,8 @@ package body Std_Names is Def ("protected", Name_Protected); + Def ("context", Name_Context); + Def ("across", Name_Across); Def ("break", Name_Break); Def ("limit", Name_Limit); -- cgit v1.2.3