From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel Subject: Re: Summary of config.h variables and questions. Date: Thu, 06 Mar 2003 18:26:30 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <87znoal646.fsf@raven.i.defaultvalue.org> <87of4otvb0.fsf@zagadka.ping.de> <878yvswkrg.fsf@raven.i.defaultvalue.org> Reply-To: djurfeldt@nada.kth.se NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046972024 892 80.91.224.249 (6 Mar 2003 17:33:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2003 17:33:44 +0000 (UTC) Cc: Marius Vollmer Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 06 18:33:41 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qzFV-0000E3-00 for ; Thu, 06 Mar 2003 18:33:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qzBS-0003S7-00 for guile-devel@m.gmane.org; Thu, 06 Mar 2003 12:29:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18qzBC-0003QL-00 for guile-devel@gnu.org; Thu, 06 Mar 2003 12:29:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18qzBA-0003Oz-00 for guile-devel@gnu.org; Thu, 06 Mar 2003 12:29:13 -0500 Original-Received: from kvast.blakulla.net ([213.212.20.77]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qz8d-0002iP-00 for guile-devel@gnu.org; Thu, 06 Mar 2003 12:26:35 -0500 Original-Received: from barbara.blakulla.net ([213.212.21.238] helo=linnaeus) by kvast.blakulla.net with esmtp (Exim 3.36 #1 (Debian)) id 18qz8Y-0005AR-00; Thu, 06 Mar 2003 18:26:30 +0100 Original-Received: from mdj by linnaeus with local (Exim 3.36 #1 (Debian)) id 18qz8Y-0002kE-00; Thu, 06 Mar 2003 18:26:30 +0100 Original-To: Rob Browning In-Reply-To: <878yvswkrg.fsf@raven.i.defaultvalue.org> (Rob Browning's message of "Thu, 06 Mar 2003 09:57:23 -0600") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 Original-cc: guile-devel@gnu.org Original-cc: djurfeldt@nada.kth.se X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2035 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2035 Rob Browning writes: >>> GUILE_DEBUG_MALLOC > > Right. The main question I had about this one was whether it needed > to be public -- it looks like it isn't used in any of our public > headers, but it was visible via scmconfig.h It doesn't need to be visible publicly. It is only used to compile in some extra code in order to provide the memory debugging function `malloc-stats'. Probably it should be renamed according to the new style for debug options (SCM_DEBUG_XXX). _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel