diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-01-21 00:26:21 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-01-21 00:26:21 +0100 |
| commit | a107ea39ab787ef239ee24dc2d2a24d33651d403 (patch) | |
| tree | ed780c79177cb627aa4a58a33bf3706e3220435c /debian/patches/0011-bootshell-improve-error-message.patch | |
| parent | 5453c9bbb276e835e7adf1640f33cad59eced38f (diff) | |
drop old patch series
Diffstat (limited to 'debian/patches/0011-bootshell-improve-error-message.patch')
| -rw-r--r-- | debian/patches/0011-bootshell-improve-error-message.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/0011-bootshell-improve-error-message.patch b/debian/patches/0011-bootshell-improve-error-message.patch deleted file mode 100644 index b4a242d4..00000000 --- a/debian/patches/0011-bootshell-improve-error-message.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 7ee48656edb8bcf3f9336f4fab1e531912886e24 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 11/11] 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 5ca5641..6f583f5 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 - |
