Fixed a bug in comment() that caused it to miss newlines when they were preceded by stars. Also fixed a bug that caused core dumps if EOF appeared before a comment end. Didn't bother to add code to
Fixed a bug in comment() that caused it to miss newlines when they were preceded by stars. Also fixed a bug that caused core dumps if EOF appeared before a comment end. Didn't bother to add code to check for buffer overflow -- this whole program is a crock.
show more ...
|