From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Change to emacs.c: USAGE1 string is too big for Microsoft compiler. Date: Sat, 21 Feb 2004 19:46:03 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8361-Sat21Feb2004194602+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077385831 29349 80.91.224.253 (21 Feb 2004 17:50:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2004 17:50:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Feb 21 18:50:21 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 1AubGf-00068m-00 for ; Sat, 21 Feb 2004 18:50:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AubGe-0003ie-00 for ; Sat, 21 Feb 2004 18:50:21 +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 1AubDV-0003Ck-Ri for emacs-devel@quimby.gnus.org; Sat, 21 Feb 2004 12:47:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AubDP-0003CT-QW for emacs-devel@gnu.org; Sat, 21 Feb 2004 12:46:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AubCs-0002wD-IC for emacs-devel@gnu.org; Sat, 21 Feb 2004 12:46:57 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AubCs-0002si-3o for emacs-devel@gnu.org; Sat, 21 Feb 2004 12:46:26 -0500 Original-Received: from zaretski ([80.230.147.104]) by aragorn.inter.net.il (MOS 3.4.4-GR) with ESMTP id CMV69578; Sat, 21 Feb 2004 19:46:14 +0200 (IST) Original-To: Stephen Powell X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Stephen Powell on Sun, 22 Feb 2004 04:13:06 +1100) 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:20099 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20099 > From: Stephen Powell > Date: Sun, 22 Feb 2004 04:13:06 +1100 > > The latest update to emacs.c makes the USAGE1 string to long for > Microsofts compiler. It doesn't like this line: > > printf (USAGE1, argv[0]); Stupid compiler. Please try "cvs up", I installed a change that should fix this. And thanks for the report.