From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: fix the sscanf usage in etags Date: Wed, 09 Aug 2006 15:20:17 +0200 Message-ID: <44D9E111.50807@swipnet.se> References: <20060807.123850.192456906.jet@gyve.org> <87psfa93i7.fsf@zip.com.au> <44D9874B.3040206@swipnet.se> <20060809.165706.55623740.jet@gyve.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155129735 14657 80.91.229.2 (9 Aug 2006 13:22:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Aug 2006 13:22:15 +0000 (UTC) Cc: user42@zip.com.au, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 09 15:22:12 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GAo0e-0007Lq-9W for ged-emacs-devel@m.gmane.org; Wed, 09 Aug 2006 15:22:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GAo0d-00079Z-Mk for ged-emacs-devel@m.gmane.org; Wed, 09 Aug 2006 09:22:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GAnzx-0006sn-KT for emacs-devel@gnu.org; Wed, 09 Aug 2006 09:21:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GAnzv-0006rF-9g for emacs-devel@gnu.org; Wed, 09 Aug 2006 09:21:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GAnzv-0006r7-3M for emacs-devel@gnu.org; Wed, 09 Aug 2006 09:21:23 -0400 Original-Received: from [81.228.8.185] (helo=av12-1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GAo4b-0004Nq-Te for emacs-devel@gnu.org; Wed, 09 Aug 2006 09:26:14 -0400 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id E0A3937F26; Wed, 9 Aug 2006 15:21:21 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id D36C737E4B; Wed, 9 Aug 2006 15:21:21 +0200 (CEST) Original-Received: from coolsville.localdomain (81-235-205-204-no59.tbcn.telia.com [81.235.205.204]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id AB8B437E47; Wed, 9 Aug 2006 15:21:15 +0200 (CEST) User-Agent: Thunderbird 1.5.0.5 (X11/20060808) Original-To: Masatake YAMATO In-Reply-To: <20060809.165706.55623740.jet@gyve.org> 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:58223 Archived-At: Masatake YAMATO skrev: > This is the file what I got trouble without my patch. > ... > // 7.4: string literal in #line directive shall be a character string > // literal. > //E t_6_062.cpp(21): warning: ill formed #line directive: 123 L"wide" > #line 123 L"wide" > I don't know if etags supports wide characters at all. A line directive like that is not allowed by ANSI-C as the comment says. Jan D.