From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Change to emacs.c: USAGE1 string is too big for Microsoft compiler. Date: 22 Feb 2004 09:15:48 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <8361-Sat21Feb2004194602+0200-eliz@elta.co.il> <871xooma8h.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077441663 3763 80.91.224.253 (22 Feb 2004 09:21:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Feb 2004 09:21:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 22 10:20:53 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AupnB-0001Z0-00 for ; Sun, 22 Feb 2004 10:20:53 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AupnA-0002fm-00 for ; Sun, 22 Feb 2004 10:20:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Aupjn-0003vP-Ky for emacs-devel@quimby.gnus.org; Sun, 22 Feb 2004 04:17:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AupjE-0003ts-62 for emacs-devel@gnu.org; Sun, 22 Feb 2004 04:16:48 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Aupig-0003Ot-Gj for emacs-devel@gnu.org; Sun, 22 Feb 2004 04:16:46 -0500 Original-Received: from [194.106.33.36] (helo=server0027.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AupiX-0003OB-0e for emacs-devel@gnu.org; Sun, 22 Feb 2004 04:16:05 -0500 Original-Received: from wanchan.jasonrumney.net (jasonrumney.net [195.137.77.250]) by server0027.freedom2surf.net (8.12.6/8.12.6/Debian-7) with ESMTP id i1M9FqsT009605; Sun, 22 Feb 2004 09:15:53 GMT Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id DC9D3DDDF2; Sun, 22 Feb 2004 09:15:51 +0000 (GMT) Original-To: Kevin Ryde In-Reply-To: <871xooma8h.fsf@zip.com.au> Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:20109 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20109 Kevin Ryde writes: > "Eli Zaretskii" writes: > > > > Please try "cvs up", I installed a change that should fix this. > > For what it's worth, a mere 509 chars is apparently the limit for c89, > according to gcc -pedantic. The previous length was close to 2096, so it seems that msvc is the closest to this limit that we have encountered in practice. I presume it is just a warning from gcc -pedantic?