From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25526 invoked by alias); 21 Mar 2011 16:13:00 -0000 Received: (qmail 25497 invoked by uid 22791); 21 Mar 2011 16:12:58 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Mar 2011 16:12:49 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p2LGCcPt005648; Mon, 21 Mar 2011 17:12:38 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p2LGCbYU010335; Mon, 21 Mar 2011 17:12:37 +0100 (CET) Date: Mon, 21 Mar 2011 16:53:00 -0000 Message-Id: <201103211612.p2LGCbYU010335@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: pierre.muller@ics-cnrs.unistra.fr CC: gdb-patches@sourceware.org, eliz@gnu.org In-reply-to: <000c01cbe7e0$53e3f510$fbabdf30$@muller@ics-cnrs.unistra.fr> (pierre.muller@ics-cnrs.unistra.fr) Subject: Re: [RFC] Question about CODESET macro inside config/djgpp/langinfo.h References: <000c01cbe7e0$53e3f510$fbabdf30$@muller@ics-cnrs.unistra.fr> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00962.txt.bz2 > From: "Pierre Muller" > Cc: "'Eli Zaretskii'" > > Also about macros removal inside config subdirectory: > > I was wondering about the usefulness of CODESET macro definition > inside > config/djgpp/langinfo.h > > #define CODESET CODESET > > while CODESET is itself a member of an enumeration. It means that you can check for the macro using #ifdef. I think that is required by POSIX.