diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-11-29 14:52:42 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-11-29 14:53:00 +0100 |
commit | 889e87e63ea60ab67470e60b3b7d7b5dbde9f9df (patch) | |
tree | f413e1f6289a91fe309d090ebdae919482dbc798 /debian/patches/bootshell0006-bootshell-improve-error-message.patch | |
parent | b811b13d2f1a69d03ca64c6585be6cc2f0b9e68f (diff) |
drop patch series
Diffstat (limited to 'debian/patches/bootshell0006-bootshell-improve-error-message.patch')
-rw-r--r-- | debian/patches/bootshell0006-bootshell-improve-error-message.patch | 27 |
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 98a0d8eb..00000000 --- a/debian/patches/bootshell0006-bootshell-improve-error-message.patch +++ /dev/null @@ -1,27 +0,0 @@ -From d8793766206ced492427a9d12abe379fbaad264e 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/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 bdeb004..0fe2721 100644 ---- a/bootshell/scheme.c -+++ b/bootshell/scheme.c -@@ -2691,7 +2691,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 - |