This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: __STDC_ISO_10646__ missing in glibc-2.1.91


   From: Andreas Jaeger <aj@suse.de>
   Date: 12 Aug 2000 16:03:10 +0200

   +#define __STDC_ISO_10646__		200001

You need an "L" at the end.  The C standard requires this, for
historical reasons.  It makes a difference only when doing weird
things like stringizing and token concatenation.

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