From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.lisp.guile.bugs Subject: bug#17049: PostScriptum: Date: Thu, 20 Mar 2014 12:38:44 +0100 Message-ID: <87y505drqz.fsf@fencepost.gnu.org> References: <1395314582-22733-1-git-send-email-dak@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395315545 22890 80.91.229.3 (20 Mar 2014 11:39:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2014 11:39:05 +0000 (UTC) To: 17049@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Mar 20 12:39:14 2014 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WQbJS-0004rP-Vo for guile-bugs@m.gmane.org; Thu, 20 Mar 2014 12:39:07 +0100 Original-Received: from localhost ([::1]:46389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQbJS-00009F-K4 for guile-bugs@m.gmane.org; Thu, 20 Mar 2014 07:39:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQbJP-000099-7j for bug-guile@gnu.org; Thu, 20 Mar 2014 07:39:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQbJO-0007Nw-HV for bug-guile@gnu.org; Thu, 20 Mar 2014 07:39:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQbJO-0007Ns-Dr for bug-guile@gnu.org; Thu, 20 Mar 2014 07:39:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WQbJN-0001mm-So for bug-guile@gnu.org; Thu, 20 Mar 2014 07:39:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <1395314582-22733-1-git-send-email-dak@gnu.org> Resent-From: David Kastrup Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 20 Mar 2014 11:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17049 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch Original-Received: via spool by 17049-submit@debbugs.gnu.org id=B17049.13953155286843 (code B ref 17049); Thu, 20 Mar 2014 11:39:01 +0000 Original-Received: (at 17049) by debbugs.gnu.org; 20 Mar 2014 11:38:48 +0000 Original-Received: from localhost ([127.0.0.1]:41916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQbJ9-0001mJ-Ot for submit@debbugs.gnu.org; Thu, 20 Mar 2014 07:38:47 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:40224) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WQbJ7-0001mA-2Q for 17049@debbugs.gnu.org; Thu, 20 Mar 2014 07:38:45 -0400 Original-Received: from localhost ([127.0.0.1]:47531 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQbJ6-0007To-HV for 17049@debbugs.gnu.org; Thu, 20 Mar 2014 07:38:44 -0400 Original-Received: by lola (Postfix, from userid 1000) id 1B2CAE08C6; Thu, 20 Mar 2014 12:38:44 +0100 (CET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:7415 Archived-At: The final return statement cannot actually be reached, it is basically there for silencing compilers. If it is left in place, it should probably rather "return" the equivalent `lst' in order to keep the function from retaining `oldlst' unnecessarily. Holler if you want a patch amended accordingly. -- David Kastrup