diff options
Diffstat (limited to 'gcc/ada/restrict.adb')
-rw-r--r-- | gcc/ada/restrict.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/restrict.adb b/gcc/ada/restrict.adb index 01c5f87a973..01cd907edac 100644 --- a/gcc/ada/restrict.adb +++ b/gcc/ada/restrict.adb @@ -171,7 +171,7 @@ package body Restrict is procedure Check_Compiler_Unit (N : Node_Id) is begin if Is_Compiler_Unit (Get_Source_Unit (N)) then - Error_Msg_N ("use of construct not allowed in compiler", N); + Error_Msg_N ("use of construct not allowed in compiler!!??", N); end if; end Check_Compiler_Unit; |