From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: stop using P_, __P in header files Date: Fri, 02 Jul 2010 23:41:58 +0300 Message-ID: <8339w1aa5l.fsf@gnu.org> References: <4C2DB1E0.7010305@swipnet.se> <4C2DE4EF.7090101@swipnet.se> <4C2E0BE1.7000807@swipnet.se> Reply-To: Eli Zaretskii 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 1278103416 11401 80.91.229.12 (2 Jul 2010 20:43:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Jul 2010 20:43:36 +0000 (UTC) Cc: dann@gnu.org, jan.h.d@swipnet.se, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 02 22:43:33 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 1OUn5A-0008Rt-01 for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 22:43:32 +0200 Original-Received: from localhost ([127.0.0.1]:55762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUn59-0001SB-Er for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 16:43:31 -0400 Original-Received: from [140.186.70.92] (port=41222 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUn53-0001RK-RC for emacs-devel@gnu.org; Fri, 02 Jul 2010 16:43:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUn52-0000kh-Mj for emacs-devel@gnu.org; Fri, 02 Jul 2010 16:43:25 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:38908) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUn50-0000k4-KV; Fri, 02 Jul 2010 16:43:22 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L4Y00D006UDM300@a-mtaout22.012.net.il>; Fri, 02 Jul 2010 23:43:11 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.12.240]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4Y00BDL6VYLS50@a-mtaout22.012.net.il>; Fri, 02 Jul 2010 23:43:11 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:126710 Archived-At: > From: Juanma Barranquero > Date: Fri, 2 Jul 2010 19:31:19 +0200 > Cc: Dan Nicolaescu , emacs-devel@gnu.org >=20 > On Fri, Jul 2, 2010 at 17:55, Jan Dj=C3=A4rv w= rote: >=20 > > Not sure what you mean, I have no lib-src/ctags.c. =C2=A0If you m= ean etags.c, I > > removed it. >=20 > You're right. On Windows, ctags.c is copied from etags.c. I imagine= on > GNU/Linux ctags will be a link to etags, to start it under another > name, or somesuch. No, there's no link. Simply, etags.c is compiled with -DCTAGS on the command line: ## We depend on etags to assure that parallel makes do not write = two ## etags.o files on top of each other. ctags${EXEEXT}: etags${EXEEXT} =09 $(CC) ${ALL_CFLAGS} -DCTAGS -DEMACS_NAME=3D"\"GNU Emacs\"" \ =09 -DVERSION=3D"\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS)= \ =09 $(REGEXPOBJ) $(LOADLIBES) -o ctags Btw, that comment doesn't make sense, since no etags.o is produced.