summaryrefslogtreecommitdiff
path: root/debian/patches/bootshell0006-bootshell-improve-error-message.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-27 19:08:13 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-27 19:08:13 +0100
commit5ef2ca66bc3a305bd6fc96ca14579415a4b50b25 (patch)
tree6fe5cfdc8afd51591f8b10c5f34014c8b2e0beec /debian/patches/bootshell0006-bootshell-improve-error-message.patch
parent382e0c5ab257dde5880e50ff8af7dd839d7bc5c6 (diff)
drop old patch series
Diffstat (limited to 'debian/patches/bootshell0006-bootshell-improve-error-message.patch')
-rw-r--r--debian/patches/bootshell0006-bootshell-improve-error-message.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/bootshell0006-bootshell-improve-error-message.patch b/debian/patches/bootshell0006-bootshell-improve-error-message.patch
deleted file mode 100644
index 2fdef228..00000000
--- a/debian/patches/bootshell0006-bootshell-improve-error-message.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 6a29208ca9b5f3fdf0d1ca9725b59413ef9cd6c9 Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Tue, 13 Jan 2015 17:16:46 +0100
-Subject: [PATCH hurd 06/10] bootshell: improve error message
-
-* bootshell/scheme.c (opexe_0): Mention the expression in the error
-message.
----
- bootshell/scheme.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/bootshell/scheme.c b/bootshell/scheme.c
-index 94c2307..a9ce445 100644
---- a/bootshell/scheme.c
-+++ b/bootshell/scheme.c
-@@ -2679,7 +2679,7 @@ static pointer opexe_0(scheme *sc, enum scheme_opcodes op) {
- sc->dump = cont_dump(sc->code);
- s_return(sc,sc->args != sc->NIL ? car(sc->args) : sc->NIL);
- } else {
-- Error_0(sc,"illegal function");
-+ Error_1(sc,"illegal function:", sc->code);
- }
-
- case OP_DOMACRO: /* do macro */
---
-2.1.4
-