From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.emacs.devel Subject: Re: syncing Emacs from sources maintained elsewhere Date: Mon, 24 Jan 2011 15:48:30 -0800 Organization: UCLA Computer Science Department Message-ID: <4D3E0FCE.9040908@cs.ucla.edu> References: <4D2BA939.5090903@cs.ucla.edu> <4D34A88F.4080400@cs.ucla.edu> <4D35D842.5030003@cs.ucla.edu> <83wrlvztda.fsf@gnu.org> <4D3C91E2.3010007@cs.ucla.edu> <83fwsjymcw.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295912941 4524 80.91.229.12 (24 Jan 2011 23:49:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 23:49:01 +0000 (UTC) Cc: bug-gnulib@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Tue Jan 25 00:48:55 2011 Return-path: Envelope-to: gnu-bug-gnulib@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhW9V-0005uc-VW for gnu-bug-gnulib@m.gmane.org; Tue, 25 Jan 2011 00:48:54 +0100 Original-Received: from localhost ([127.0.0.1]:60807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhW9V-0008Li-AV for gnu-bug-gnulib@m.gmane.org; Mon, 24 Jan 2011 18:48:53 -0500 Original-Received: from [140.186.70.92] (port=45746 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhW9E-0008Gx-Ki for bug-gnulib@gnu.org; Mon, 24 Jan 2011 18:48:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhW9D-0003Zp-01 for bug-gnulib@gnu.org; Mon, 24 Jan 2011 18:48:36 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:41557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhW9C-0003ZW-MP; Mon, 24 Jan 2011 18:48:34 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 1882C39E80E0; Mon, 24 Jan 2011 15:48:32 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kbHVKdO5i-AP; Mon, 24 Jan 2011 15:48:31 -0800 (PST) Original-Received: from [131.179.64.200] (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 59C4B39E80DB; Mon, 24 Jan 2011 15:48:31 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 In-Reply-To: <83fwsjymcw.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Errors-To: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Xref: news.gmane.org gmane.comp.lib.gnulib.bugs:24897 gmane.emacs.devel:134915 Archived-At: On 01/23/11 20:08, Eli Zaretskii wrote: > So the only macros that need work are the HAVE_DECL_* and > HAVE_RAW_DECL_*, is that right? You don't need to worry about HAVE_RAW_DECL_* any more; I recently added some stuff to gnulib to make them go away and they are no longer in the Emacs trunk. You do need to worry about HAVE_DECL_*, yes. Some of these symbols has been in config.in for quite some time, but gnulib added some more. I also suggest looking at HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_LOCALTIME_R, HAVE_WCHAR_T, inline, and restrict.