aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-errors.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-errors.adb')
-rw-r--r--src/grt/grt-errors.adb7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/grt/grt-errors.adb b/src/grt/grt-errors.adb
index 704132368..48cdd1870 100644
--- a/src/grt/grt-errors.adb
+++ b/src/grt/grt-errors.adb
@@ -202,6 +202,13 @@ package body Grt.Errors is
Error_E;
end Error;
+ procedure Error_NF (Str : String) is
+ begin
+ Error_S (Str);
+ Newline_Err;
+ Exit_Status := 1;
+ end Error_NF;
+
procedure Info_S (Str : String := "") is
begin
Put_Err (Progname);