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: gettext.h Date: Sat, 07 Dec 2002 22:08:33 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9743-Sat07Dec2002220831+0200-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1039292649 8101 80.91.224.249 (7 Dec 2002 20:24:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 7 Dec 2002 20:24:09 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18KlUd-00026W-00 for ; Sat, 07 Dec 2002 21:24:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Kldt-0006nT-00 for ; Sat, 07 Dec 2002 21:33:41 +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 18KlGt-0008It-02 for emacs-devel@quimby.gnus.org; Sat, 07 Dec 2002 15:09:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18KlGe-0008IB-00 for emacs-devel@gnu.org; Sat, 07 Dec 2002 15:09:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18KlGc-0008Gy-00 for emacs-devel@gnu.org; Sat, 07 Dec 2002 15:09:39 -0500 Original-Received: from balder.inter.net.il ([192.114.186.15]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KlGb-0008GQ-00 for emacs-devel@gnu.org; Sat, 07 Dec 2002 15:09:37 -0500 Original-Received: from zaretsky (adsl-ayalon-pc-128-51.inter.net.il [213.8.128.51]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BZZ96995; Sat, 7 Dec 2002 22:09:33 +0200 (IST) Original-To: jbuehler@hekimian.com X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Joe Buehler on Thu, 05 Dec 2002 15:10:27 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:9958 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9958 > From: Joe Buehler > Date: Thu, 05 Dec 2002 15:10:27 -0500 > > A response from a Cygwin developer (below) says that gettext.h should not be used, > rather, the proper header file is libintl.h. So I guess getopt.c needs a change > of some sort. I think the current CVS head already has this fixed: the offending fragment of getopt.c os ifdef'ed away.