From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: SCM_LENGTH ??? Date: Wed, 12 Jan 2005 11:33:50 +0100 Message-ID: References: <41DED481.AEF0CABB@veritas.com> <200501101003.10523.bkorb@veritas.com> <87sm57sff9.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 1105526204 20092 80.91.229.6 (12 Jan 2005 10:36:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Jan 2005 10:36:44 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 12 11:36:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cofrh-000785-00 for ; Wed, 12 Jan 2005 11:36:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cog3H-0001TM-N7 for guile-user@m.gmane.org; Wed, 12 Jan 2005 05:48:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cog1g-00013N-Fd for guile-user@gnu.org; Wed, 12 Jan 2005 05:47:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cog1Z-00010O-Vm for guile-user@gnu.org; Wed, 12 Jan 2005 05:46:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cog1Z-00010E-NI for guile-user@gnu.org; Wed, 12 Jan 2005 05:46:49 -0500 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cofp2-0001ir-Uv for guile-user@gnu.org; Wed, 12 Jan 2005 05:33:53 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 323AB4EC61; Wed, 12 Jan 2005 11:33:52 +0100 (CET) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12575-05; Wed, 12 Jan 2005 11:33:51 +0100 (CET) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 92E4B4EBEB; Wed, 12 Jan 2005 11:33:51 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id C5F20B96B; Wed, 12 Jan 2005 11:33:50 +0100 (CET) Original-To: Kevin Ryde In-Reply-To: <87sm57sff9.fsf@zip.com.au> (Kevin Ryde's message of "Wed, 12 Jan 2005 10:40:26 +1100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:4059 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4059 Kevin Ryde writes: > Speaking of SCM_STRING_LENGTH, things like that which have been macros > in the past should remain as macros, not functions, even if all it > does is a function call. > > Changing from macro to function for instance broke guile-gtk. It was > #ifdef testing for SCM_STRING_LENGTH to know to use that (in 1.6), as > opposed to SCM_LENGTH (in whatever dim dark past). Yes, you are right! Thanks for reminding me, I will go thru all deprecated things and make sure that macros stay macros. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user