From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: passing arg of `merge_face_heights' makes integer from pointer without a cast Date: Thu, 4 Nov 2004 16:16:51 -0500 Message-ID: <20041104211651.GA22409@fencepost> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099603162 4149 80.91.229.6 (4 Nov 2004 21:19:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Nov 2004 21:19:22 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 04 22:19:15 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPp0l-0007Ur-00 for ; Thu, 04 Nov 2004 22:19:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPp8v-0005Q6-EN for ged-emacs-devel@m.gmane.org; Thu, 04 Nov 2004 16:27:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPp8G-0005Fy-Gi for emacs-devel@gnu.org; Thu, 04 Nov 2004 16:27:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPp8F-0005FI-Gn for emacs-devel@gnu.org; Thu, 04 Nov 2004 16:26:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPp8F-0005F3-Ai for emacs-devel@gnu.org; Thu, 04 Nov 2004 16:26:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPp03-0002Ua-CK for emacs-devel@gnu.org; Thu, 04 Nov 2004 16:18:31 -0500 Original-Received: from miles by fencepost.gnu.org with local (Exim 4.34) id 1CPoyR-0005wU-5t; Thu, 04 Nov 2004 16:16:51 -0500 Original-To: Richard Stallman Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Blat: Foop X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29442 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29442 On Thu, Nov 04, 2004 at 03:43:29PM -0500, Richard Stallman wrote: > That structure looks like something for which cons cells would work, > so why not use cons cells? Because these structures are allocated on the stack -- they are very temporary and used extremely often. -Miles -- "Most attacks seem to take place at night, during a rainstorm, uphill, where four map sheets join." -- Anon. British Officer in WW I