From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: stop using P_, __P in header files Date: Fri, 2 Jul 2010 11:37:55 +0200 Message-ID: References: <4C2DB1E0.7010305@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278064346 2738 80.91.229.12 (2 Jul 2010 09:52:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Jul 2010 09:52:26 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: =?UTF-8?Q?Jan_Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 02 11:52:24 2010 Return-path: Envelope-to: ged-emacs-devel@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 1OUcv1-0002Y7-F1 for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 11:52:23 +0200 Original-Received: from localhost ([127.0.0.1]:60249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUchX-0003ut-HM for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 05:38:27 -0400 Original-Received: from [140.186.70.92] (port=57858 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUchP-0003qr-RE for emacs-devel@gnu.org; Fri, 02 Jul 2010 05:38:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUchO-0001iP-G4 for emacs-devel@gnu.org; Fri, 02 Jul 2010 05:38:19 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:48051) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUchM-0001i7-Hp; Fri, 02 Jul 2010 05:38:16 -0400 Original-Received: by bwz9 with SMTP id 9so1834824bwz.0 for ; Fri, 02 Jul 2010 02:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=1/7R27L67U2AvnNxTUPDCtXUCbtcETWUWWkwHtS2HPk=; b=pmzWOgAevEtNdCIMReDONcqtqj5+hR2dD2mL18VwC3iXm3y1a51hgLGkAFFLaVPKUg JFUZkj5H1gFkexhbQu9TE8z1zzHqStHXdlHwGdY8kLDUeUQ9AWwlTGrC0lxPtjk0dxkA jMwiQCq+f1EGT2enfeAyk6SSpS4C+KX4yY0iE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=sYfnnsEwNDEw1NtnNNx34A4DfNNSx605pOtIbdM3Lm78Piek+5LWKBzzgnmpRPER6H HKytDqFslsrfQy0QiDk21FlVJqIxFrXddnA1s4Q5TxvAmjNbFbnSsqFq4MXmB/UogjGh PiJWGSfW3v5/t0zPpADB9hnTGvRL8600K8/Ac= Original-Received: by 10.204.82.91 with SMTP id a27mr409657bkl.3.1278063495269; Fri, 02 Jul 2010 02:38:15 -0700 (PDT) Original-Received: by 10.204.66.77 with HTTP; Fri, 2 Jul 2010 02:37:55 -0700 (PDT) In-Reply-To: <4C2DB1E0.7010305@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.devel:126689 Archived-At: On Fri, Jul 2, 2010 at 11:31, Jan Dj=C3=A4rv wrote: > I didn't see this mail before checking in, sorry. No problem. > I committed fixed > .h-files except for w32 and dos which I can't verify. Please clean up also the w32/msdos files. We'll fix any possible breakage. > Should we do .c and .m files also? Yes, please, and then remove the definitions of _P and P__, which will no longer be necessary. Juanma