From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: va_end for scm_list_n, scm_c_issue_deprecation_warning_fmt Date: Mon, 16 Feb 2004 09:52:24 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87wu6nyk7b.fsf@zip.com.au> References: <87isqbs697.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076889518 10750 80.91.224.253 (15 Feb 2004 23:58:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2004 23:58:38 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 16 00:58:32 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsW9g-0008BM-00 for ; Mon, 16 Feb 2004 00:58:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsW9Q-00049r-Mp for guile-devel@m.gmane.org; Sun, 15 Feb 2004 18:58:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AsW8y-00042h-Im for guile-devel@gnu.org; Sun, 15 Feb 2004 18:57:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AsW8S-0003WD-8o for guile-devel@gnu.org; Sun, 15 Feb 2004 18:57:47 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsW3w-00029x-Bq for guile-devel@gnu.org; Sun, 15 Feb 2004 18:52:36 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1FNqWLE006702 for ; Mon, 16 Feb 2004 10:52:32 +1100 Original-Received: from localhost (ppp183.dyn10.pacific.net.au [61.8.10.183]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1FNqU0H001359 for ; Mon, 16 Feb 2004 10:52:31 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1AsW3m-00010y-00; Mon, 16 Feb 2004 09:52:26 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3383 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3383 I wrote: > > * deprecation.c (scm_c_issue_deprecation_warning_fmt): Add va_end. > * list.c (scm_list_n): Ditto. > > I'm not aware of any systems where a missing va_end is harmful. If > anyone knows one then this could be put in the 1.6 branch too. Actually, missing va_end is plain wrong, so I've applied this to list.c in the 1.6 branch too, even if its absence hasn't been causing an actual problem. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel