diff options
Diffstat (limited to 'gcc/ada/prepcomp.adb')
-rw-r--r-- | gcc/ada/prepcomp.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/prepcomp.adb b/gcc/ada/prepcomp.adb index fc5acb6eddf..108fe47d1a9 100644 --- a/gcc/ada/prepcomp.adb +++ b/gcc/ada/prepcomp.adb @@ -662,7 +662,7 @@ package body Prepcomp is -- Initialize the preprocessor and set the characteristics of the -- scanner for a definition file. - Prep.Initialize + Prep.Setup_Hooks (Error_Msg => Errout.Error_Msg'Access, Scan => Scn.Scanner.Scan'Access, Set_Ignore_Errors => Errout.Set_Ignore_Errors'Access, |