Mercurial > hg > octave-nkf > gnulib-hg
comparison lib/linebuffer.c @ 4663:f3ad8f03546c
Include <stdlib.h>.
(free): Remove decl.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 09 Sep 2003 21:51:00 +0000 |
parents | 4d31b2ff9bab |
children | c3e2b42bdca3 |
comparison
equal
deleted
inserted
replaced
4662:fa597018cd8b | 4663:f3ad8f03546c |
---|---|
22 #ifdef HAVE_CONFIG_H | 22 #ifdef HAVE_CONFIG_H |
23 # include <config.h> | 23 # include <config.h> |
24 #endif | 24 #endif |
25 | 25 |
26 #include <stdio.h> | 26 #include <stdio.h> |
27 #include <stdlib.h> | |
27 #include <sys/types.h> | 28 #include <sys/types.h> |
28 #include "linebuffer.h" | 29 #include "linebuffer.h" |
29 #include "unlocked-io.h" | 30 #include "unlocked-io.h" |
30 #include "xalloc.h" | 31 #include "xalloc.h" |
31 | |
32 void free (); | |
33 | 32 |
34 /* Initialize linebuffer LINEBUFFER for use. */ | 33 /* Initialize linebuffer LINEBUFFER for use. */ |
35 | 34 |
36 void | 35 void |
37 initbuffer (struct linebuffer *linebuffer) | 36 initbuffer (struct linebuffer *linebuffer) |