From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.devel Subject: scm_i_* in Snd Date: Sun, 1 Jun 2008 11:18:30 -0700 Message-ID: <20080601181654.M67384@ccrma.Stanford.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: ger.gmane.org 1212344330 15859 80.91.229.12 (1 Jun 2008 18:18:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2008 18:18:50 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jun 01 20:19:31 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K2s9T-0002c4-9j for guile-devel@m.gmane.org; Sun, 01 Jun 2008 20:19:31 +0200 Original-Received: from localhost ([127.0.0.1]:36007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2s8h-0004MW-4D for guile-devel@m.gmane.org; Sun, 01 Jun 2008 14:18:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2s8a-0004MC-VA for guile-devel@gnu.org; Sun, 01 Jun 2008 14:18:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2s8Z-0004KT-BM for guile-devel@gnu.org; Sun, 01 Jun 2008 14:18:36 -0400 Original-Received: from [199.232.76.173] (port=54497 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2s8Z-0004KL-4I for guile-devel@gnu.org; Sun, 01 Jun 2008 14:18:35 -0400 Original-Received: from smtp1.stanford.edu ([171.67.22.28]:42136) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2s8Y-0003Hi-Uu for guile-devel@gnu.org; Sun, 01 Jun 2008 14:18:35 -0400 Original-Received: from smtp1.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 7CB692D6A4D for ; Sun, 1 Jun 2008 11:18:33 -0700 (PDT) Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp1.stanford.edu (Postfix) with ESMTP id DD8742D6A6C for ; Sun, 1 Jun 2008 11:18:32 -0700 (PDT) Original-Received: from ccrma.stanford.edu (ccrma.stanford.edu [171.64.197.141]) by cm-mail.stanford.edu (8.13.8/8.13.8) with ESMTP id m51IIUAB015824 for ; Sun, 1 Jun 2008 11:18:30 -0700 Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by ccrma.stanford.edu (8.12.11.20060308/8.12.5) with ESMTP id m51IIUY7018682 for ; Sun, 1 Jun 2008 11:18:30 -0700 X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 67.180.199.103 (bil) X-Virus-Scanned: ClamAV 0.92.1/7316/Sun Jun 1 09:10:43 2008 on cm-mail.stanford.edu X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7291 Archived-At: > `scm_i_string_chars ()' is used by Mailutils, Lilypond, AutoGen, SND I'm not knowingly using any scm_i_* entities in Snd. I removed the scm_i_procedure_arity use, and I think the SCM_STRING_CHARS macro is only used if it is defined.