aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-backtraces.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-backtraces.ads')
-rw-r--r--src/grt/grt-backtraces.ads4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/grt/grt-backtraces.ads b/src/grt/grt-backtraces.ads
index 301131f93..6b840e6fd 100644
--- a/src/grt/grt-backtraces.ads
+++ b/src/grt/grt-backtraces.ads
@@ -23,11 +23,9 @@
-- however invalidate any other reasons why the executable file might be
-- covered by the GNU Public License.
-with Grt.Errors; use Grt.Errors;
+with Grt.Errors_Exec; use Grt.Errors_Exec;
package Grt.Backtraces is
- pragma Preelaborate (Grt.Backtraces);
-
-- Display a backtrace on standard error, or nothing if not available.
procedure Put_Err_Backtrace (Bt : Backtrace_Addrs);