Remove explicit declarations of xmalloc and xrealloc,
commita988aefd0353d3d751e34425efcded6aeb8528e9
authorJim Meyering <jim@meyering.net>
Mon, 10 Dec 2001 00:13:36 +0000 (10 00:13 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 10 Dec 2001 00:13:36 +0000 (10 00:13 +0000)
tree7dbf87fce2d3d810eb3bb99f5cae759c8c9fc088
parenta49772f23b42c29f3b9cf380ad7e4ac9ef046850
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