This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Question about CODESET macro inside config/djgpp/langinfo.h


> From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> Cc: "'Eli Zaretskii'" <eliz@gnu.org>
> 
>   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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]