Re: [bug-gnulib] Re: getaddrinfo module conflict

2006-07-19 Thread Derek R. Price
Bruno Haible wrote: > Derek R. Price wrote: >> +/* #define AI_PASSIVE 0x0001 /* Socket address is intended for `bind'. */ > > Some compilers warn about /* inside a comment. For this reason, I'd > recommend to use #if 0 for commenting out. > > If you really need something that looks like a comm

Re: [bug-gnulib] Re: getaddrinfo module conflict

2006-07-19 Thread Bruno Haible
Derek R. Price wrote: > +/* #define AI_PASSIVE 0x0001 /* Socket address is intended for `bind'. */ Some compilers warn about /* inside a comment. For this reason, I'd recommend to use #if 0 for commenting out. If you really need something that looks like a comment inside a comment, you can use