diff options
author | steve <steve@FreeBSD.org> | 1996-09-25 02:55:49 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1996-09-25 02:55:49 +0000 |
commit | b9bf5744b2048badff0e858380fc88b26dbc80c3 (patch) | |
tree | 2556f28caa855357eaa911a518205e751a1cbf9b /lib/libc/stdlib/malloc.c | |
parent | 1c3a7303b4653188049b65a5f728be9158f4d0f6 (diff) | |
download | FreeBSD-src-b9bf5744b2048badff0e858380fc88b26dbc80c3.zip FreeBSD-src-b9bf5744b2048badff0e858380fc88b26dbc80c3.tar.gz |
Fix for PR# 1231, make(1) execution of ``.BEGIN'' does
not halt on error. Thanks to Wolfram for reminding me. ;)
Also remove a unnecessary test for c == '\n', since the
loop (in ParseSkipLine) will not terminate unless
c == '\n' || c == EOF, and the EOF case is already
explicted handled by a return statement.
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions