diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-24 00:09:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-24 00:09:22 +0000 |
commit | 3fbd7f863b7cdba629dd688a52fe3ef014cc5517 (patch) | |
tree | ffb791918b4affd1efe94a2a86fd69a8fc4a947d /readline/xmalloc.h | |
parent | 33bf27a3648f2acd48a679e5212cde47fb6a4cf6 (diff) | |
download | gdb-3fbd7f863b7cdba629dd688a52fe3ef014cc5517.tar.gz |
Dummy commit. Get CVS off the branch.readline-pre-43-import
Diffstat (limited to 'readline/xmalloc.h')
-rw-r--r-- | readline/xmalloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/readline/xmalloc.h b/readline/xmalloc.h index 9cb08ba21f1..bdf251b070a 100644 --- a/readline/xmalloc.h +++ b/readline/xmalloc.h @@ -39,8 +39,8 @@ #endif /* !PTR_T */ -extern PTR_T xmalloc PARAMS((size_t)); -extern PTR_T xrealloc PARAMS((void *, size_t)); -extern void xfree PARAMS((void *)); +extern char *xmalloc __P((int)); +extern char *xrealloc __P((void *, int)); +extern void xfree __P((void *)); #endif /* _XMALLOC_H_ */ |