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: language translator help Date: 10 Jun 2002 18:45:40 +0200 Sender: guile-user-admin@gnu.org Message-ID: <87sn3v84ln.fsf@zagadka.ping.de> References: <20020608174438.GA17819@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023729335 26742 127.0.0.1 (10 Jun 2002 17:15:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2002 17:15:35 +0000 (UTC) Cc: MJ Ray , guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17HSlT-0006xD-00 for ; Mon, 10 Jun 2002 19:15:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HSfI-0007Mi-00; Mon, 10 Jun 2002 13:09:12 -0400 Original-Received: from dialin.speedway42.dip131.dokom.de ([195.138.42.131] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17HSIe-00076Y-00 for ; Mon, 10 Jun 2002 12:45:48 -0400 Original-Received: (qmail 1404 invoked by uid 1000); 10 Jun 2002 16:45:41 -0000 Original-To: rm@fabula.de In-Reply-To: <20020608174438.GA17819@www> Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:578 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:578 rm@fabula.de writes: > I do see the beauty and neccessity of consistently named types and > functions, but from my own experience i know that having to wade through > my code replacing renamed symbols when i'd rather be hunting for the > 'real' changes can get rather frustrating. A compatibility header would > lessen the pain: > > #define scm_sizet size_t We do have this already (but maybe not totally consequently): $ grep -C scm_sizet *.h __scm.h- __scm.h-#if (SCM_DEBUG_DEPRECATED == 0) __scm.h:# define scm_sizet size_t __scm.h-#endif __scm.h- _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user