From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: SCM_PTR_LE ? Date: 01 Aug 2002 22:08:00 +0200 Sender: guile-devel-admin@gnu.org Message-ID: References: <15682.60268.422843.138038@blauw.xs4all.nl> <15687.4663.59228.939494@blauw.xs4all.nl> <0208011211330C.05101@locke.free-expression.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028232516 20228 127.0.0.1 (1 Aug 2002 20:08:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 Aug 2002 20:08:36 +0000 (UTC) Cc: hanwen@cs.uu.nl, guile-devel@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 17aMFO-0005G1-00 for ; Thu, 01 Aug 2002 22:08:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aMFr-0006Kp-00; Thu, 01 Aug 2002 16:09:03 -0400 Original-Received: from krusty.dt.e-technik.uni-dortmund.de ([129.217.163.1] helo=mail.dt.e-technik.uni-dortmund.de) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aMFF-0006H2-00 for ; Thu, 01 Aug 2002 16:08:25 -0400 Original-Received: from burns.dt.e-technik.uni-dortmund.de (burns.dt.e-technik.uni-dortmund.de [129.217.163.19]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id B713EA3831; Thu, 1 Aug 2002 22:08:23 +0200 (CEST) Original-Received: by burns.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 7007025F3A; Thu, 1 Aug 2002 22:08:00 +0200 (CEST) Original-To: Lynn Winebarger In-Reply-To: <0208011211330C.05101@locke.free-expression.org> Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:923 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:923 Lynn Winebarger writes: > That would be not, as it prints insane on my athlon-based > linux system. Argl. It's me that is insane. It should have been: if (ptr >= block2 && ptr < block2+100) printf ("insane\n"); else printf ("sane\n"); That is, I want to reliably test whether ptr is _outside_ of block1. Sorry. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel