File: Don-t-store-tracebacks-in-exception-occurrences.patch

package info (click to toggle)
libalog 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 740 kB
  • sloc: ada: 4,363; makefile: 149; sh: 18; ansic: 5
file content (23 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Date: Thu, 16 Oct 2014 11:01:19 +0200
Subject: [PATCH] Don't store tracebacks in exception occurrences

This fixes a STORAGE_ERROR on kfreebsd-i386, see Debian bug #666106.
---
 alog_tests.gpr |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/alog_tests.gpr b/alog_tests.gpr
index 9990362..6c7d18b 100644
--- a/alog_tests.gpr
+++ b/alog_tests.gpr
@@ -65,9 +65,5 @@ project Alog_Tests is
       for Default_Switches ("ada") use Alog_Common.Builder_Switches;
    end Builder;
 
-   package Binder is
-      for Default_Switches ("ada") use Alog_Common.Binder_Switches;
-   end Binder;
-
 end Alog_Tests;