From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Change to emacs.c: USAGE1 string is too big for Microsoft compiler. Date: Sat, 21 Feb 2004 23:14:16 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <499DF537-64BB-11D8-B2D5-00039363E640@swipnet.se> References: <8361-Sat21Feb2004194602+0200-eliz@elta.co.il> <871xooma8h.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1077401913 13268 80.91.224.253 (21 Feb 2004 22:18:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2004 22:18:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Feb 21 23:18:19 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 1AufRz-0000j8-00 for ; Sat, 21 Feb 2004 23:18:19 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AufRz-0002IV-00 for ; Sat, 21 Feb 2004 23:18:19 +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 1AufRi-0008Rv-B3 for emacs-devel@quimby.gnus.org; Sat, 21 Feb 2004 17:18:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AufPE-0007Ov-Cq for emacs-devel@gnu.org; Sat, 21 Feb 2004 17:15:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AufOa-0007AU-Bt for emacs-devel@gnu.org; Sat, 21 Feb 2004 17:15:19 -0500 Original-Received: from [213.115.192.53] (helo=mail2.norrnet.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AufOZ-00079z-O8 for emacs-devel@gnu.org; Sat, 21 Feb 2004 17:14:47 -0500 Original-Received: from stubby.bodenonline.com (stubby.bodenonline.com [193.201.16.94]) by mail2.norrnet.net (BorderWare MXtreme Mail Firewall) with ESMTP id 3AA099102F; Sat, 21 Feb 2004 23:14:43 +0100 (CET) Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id i1LN5V2R007948; Sun, 22 Feb 2004 00:05:42 +0100 In-Reply-To: <871xooma8h.fsf@zip.com.au> Original-To: Kevin Ryde X-Mailer: Apple Mail (2.612) 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:20102 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20102 > "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. It is just the minimum very implementation must be able to handle, C99 has 4095 characters (so Microsoft does not comply?). C99 also says, "Implementations should avoid imposing fixed translation limits whenever possible". Jan D.