Remove explicit declarations of xmalloc and xrealloc,
authorJim Meyering <jim@meyering.net>
Mon, 10 Dec 2001 00:13:36 +0000 (00:13 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 10 Dec 2001 00:13:36 +0000 (00:13 +0000)
commit9d2aa9f846f853bc2211d6939580efdad8f34bd8
tree5e7ee8de5659fa6a51f9be6e97e9bf070d93081d
parentec0fb03a116847364b5f28cfaf980098fc11a35b
Remove explicit declarations of xmalloc and xrealloc,
Instead, include "xalloc.h".
(initbuffer): Don't cast xmalloc return value to char*.
(readline): Reword comment.
Don't cast xrealloc return value to char*
Return NULL, not 0.
lib/linebuffer.c