Re: Preprocessor Macro Recursion Problem

Michael Saunders wrote:

> diff xmlparse_v5.2.8.c xmlparse.c
> 225c225
> <   const ENCODING *encoding;
> ---
> !>   const ENCODING *encodingMEMBER;
> 269c269
> < #define encoding (((Parser *)parser)->encoding)
> ---
> !> #define encoding (((Parser *)parser)->encodingMEMBER)

Committed, see

  
http://dev.w3.org/cgi-bin/cvsweb/libwww/modules/expat/xmlparse/xmlparse.c#rev1.2

-- 
Henrik Frystyk Nielsen, <frystyk@w3.org>
World Wide Web Consortium, MIT/LCS NE43-356
545 Technology Square, Cambridge MA 02139, USA

Received on Tuesday, 22 June 1999 19:35:32 UTC