diff options
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 5078f0e..e8acb4e 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -55,6 +55,7 @@ with Sdefault; with SFN_Scan; with Sinput.P; with Snames; use Snames; +with Stringt; pragma Warnings (Off); with System.HTable; @@ -6411,6 +6412,7 @@ package body Make is Csets.Initialize; Snames.Initialize; + Stringt.Initialize; Prj.Initialize (Project_Tree); |