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: Emacs 21.3.50 (Latest CVS) Date: 05 Dec 2002 22:18:58 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021205153404.579FD6C73@server2.fastmail.fm> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039217178 16903 80.91.224.249 (6 Dec 2002 23:26:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2002 23:26:18 +0000 (UTC) Cc: "Emacs Devel" Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18KRrN-0004OU-00 for ; Sat, 07 Dec 2002 00:26:17 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18KS0D-0004JB-00 for ; Sat, 07 Dec 2002 00:35:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KRjT-0000Ig-00; Fri, 06 Dec 2002 18:18:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18KRix-0000CG-00 for emacs-devel@gnu.org; Fri, 06 Dec 2002 18:17:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18KRiv-0000BU-00 for emacs-devel@gnu.org; Fri, 06 Dec 2002 18:17:34 -0500 Original-Received: from lutetium.btinternet.com ([194.73.73.116] helo=lutetium) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KRiv-0000BO-00 for emacs-devel@gnu.org; Fri, 06 Dec 2002 18:17:33 -0500 Original-Received: from host62-7-33-183.in-addr.btopenworld.com ([62.7.33.183] helo=nyaumo.btinternet.com) by lutetium with esmtp (Exim 3.22 #16) id 18KRit-00055l-00; Fri, 06 Dec 2002 23:17:31 +0000 Original-Received: from nyaumo.btinternet.com (nyaumo.btinternet.com [127.0.0.1]) by nyaumo.btinternet.com (Postfix) with ESMTP id 45E464AE1E; Thu, 5 Dec 2002 22:18:59 +0000 (GMT) Original-To: "Dhruva Krishnamurthy" In-Reply-To: <20021205153404.579FD6C73@server2.fastmail.fm> Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9941 "Dhruva Krishnamurthy" writes: > Hi, > Compilation of CVS Emacs under W2K - MSVC 6.0 fails during compilation > of w32fns.c: > > w32fns.c(4441) : error C2065: 'Vw32_recognize_ltgr' : undeclared > identifier This appears to be a local (accidental probably) change. w32fns.c has not changed in CVS since 20 Nov, and line 4441 references Vw32_recognize_altgr (note the `a').