Re: bad typo in netdb.in.h

2011-05-01 Thread Simon Josefsson
Bruno Haible writes: > Paul Eggert wrote: >> > -# define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this >> > host to choose >> > +# define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this >> > host to choose \ >> >returned address type. */ >> >>

Re: bad typo in netdb.in.h

2011-04-30 Thread Bruno Haible
Paul Eggert wrote: > > -# define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to > > choose > > +# define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to > > choose \ > >returned address type. */ > > A backslash-newline in a

Re: bad typo in netdb.in.h

2011-04-30 Thread Paul Eggert
On 04/30/11 03:55, Bruno Haible wrote: > -# define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to > choose > +# define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to > choose \ >returned address type. */ A backslash-newline

bad typo in netdb.in.h

2011-04-30 Thread Bruno Haible
The commit on 2010-02-17 introduced a half comment in a macro and another half comment outside of declarations. This fixes it: 2011-04-30 Bruno Haible netdb: Fix invalid C syntax. * lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax. --- lib/netdb.in.h.orig Sat Apr 30 11:38:0