From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: emacs floating point error during dump? Date: Thu, 10 Jul 2003 23:50:28 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200307081321.h68DLnC3009346@rum.cs.yale.edu> <200307091344.h69DiZXj014067@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1057895586 17054 80.91.224.249 (11 Jul 2003 03:53:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2003 03:53:06 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier+gnu/emacs@cs.yale.edu, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jul 11 05:53:03 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19aoxz-0004Qo-00 for ; Fri, 11 Jul 2003 05:53:03 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19ap9b-0006p4-00 for ; Fri, 11 Jul 2003 06:05:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19aoxt-00048q-Pp for emacs-devel@quimby.gnus.org; Thu, 10 Jul 2003 23:52:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19aowc-0003EG-KZ for emacs-devel@gnu.org; Thu, 10 Jul 2003 23:51:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19aowO-0002r9-9v for emacs-devel@gnu.org; Thu, 10 Jul 2003 23:51:24 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19aovU-0002C2-Tz for emacs-devel@gnu.org; Thu, 10 Jul 2003 23:50:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19aovU-0000QP-IU; Thu, 10 Jul 2003 23:50:28 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Thu, 10 Jul 2003 13:32:02 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15537 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15537 Or we could just add the dependencies on lisp.h to the makefile. After all, this is not much of a burden nowadays any more. To have to recompile everything just because of a change in prototype would still be an annoyance. We may as well avoid it, since we can easily do so.