From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.devel Subject: Re: arch taglines for emacs Date: Thu, 21 Aug 2003 13:29:44 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87oeyji6zb.fsf@deneb.enyo.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061513854 5759 80.91.224.253 (22 Aug 2003 00:57:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Aug 2003 00:57:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Aug 22 02:57:31 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19q0F9-0004V9-00 for ; Fri, 22 Aug 2003 02:57:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19q0J7-0001Zn-00 for ; Fri, 22 Aug 2003 03:01:37 +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 19pzvD-00016d-G9 for emacs-devel@quimby.gnus.org; Thu, 21 Aug 2003 20:36:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19psPN-0004RT-PC for emacs-devel@gnu.org; Thu, 21 Aug 2003 12:35:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19pos3-0004Rp-Af for emacs-devel@gnu.org; Thu, 21 Aug 2003 08:49:26 -0400 Original-Received: from [212.21.92.17] (helo=gw.enyo.de) by monty-python.gnu.org with esmtp (Exim 4.20) id 19pndT-0000W1-Bn; Thu, 21 Aug 2003 07:29:47 -0400 Original-Received: from deneb.enyo.de ([212.9.189.171]) by mail.enyo.de with esmtp (Exim 4.20) id 19pndR-0004VP-2l; Thu, 21 Aug 2003 13:29:45 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 4.20) id 19pndQ-0000jy-Vp; Thu, 21 Aug 2003 13:29:44 +0200 Original-To: Miles Bader Mail-Followup-To: Miles Bader , emacs-devel@gnu.org In-Reply-To: (Miles Bader's message of "19 Aug 2003 12:55:15 +0900") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) 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:16046 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16046 Miles Bader writes: > For a C file: > > /* arch-tag: 53bb84c6-dee0-46c6-a275-2db144993d89 > */ What about the following? #define ARCH_TAG "arch-tag: 53bb84c6-dee0-46c6-a275-2db144993d89" This would avoid the problem with placing " */". (It doesn't make sense to compile the string into the binary because it never changes.)