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
  /* outer ... /* inner comment */ ... comment */

Bruno


Reply via email to