From df259b99050928cd72874377d7797c0de797935b Mon Sep 17 00:00:00 2001 From: Jonas Baggett Date: Fri, 5 Aug 2016 14:28:25 +0200 Subject: Support added for * and **. Please note that wildcards inside names like /top/sub*/... are not supported yet, only synthax like /top/*/... works for now. Support for wildcards inside names will be added on version 1.2, at the same time as simple regexp support. Current version set to 1.1 --- src/grt/grt-errors.adb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/grt/grt-errors.adb') diff --git a/src/grt/grt-errors.adb b/src/grt/grt-errors.adb index 56d1e6f81..9a48de48e 100644 --- a/src/grt/grt-errors.adb +++ b/src/grt/grt-errors.adb @@ -142,6 +142,12 @@ package body Grt.Errors is Newline_Err; end Report_E; + procedure Report_E (N : Integer) is + begin + Put_Err (N); + Newline_Err; + end Report_E; + procedure Report_E (Str : Std_String_Ptr) is subtype Ada_Str is String (1 .. Natural (Str.Bounds.Dim_1.Length)); -- cgit v1.2.3