>  403               /* Output the newline.  */
>  404
>  405               *bpout++ = '\n';

oddly, for such an obvious comment, it's not
exactly what the code does, and somewhat misleading.
that code just puts a newline in a buffer and increments
a pointer.  outputting is elsewhere.

- erik

Reply via email to