Mercurial > emacs
changeset 53762:283d730ea2ab
Fix the prototype for xfree.
author | Eli Zaretskii <eliz@is.elta.co.il> |
---|---|
date | Fri, 30 Jan 2004 17:10:02 +0000 |
parents | 422169b36462 |
children | ea798c20065b |
files | src/alloca.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloca.c Fri Jan 30 16:53:11 2004 +0000 +++ b/src/alloca.c Fri Jan 30 17:10:02 2004 +0000 @@ -100,7 +100,7 @@ # define free xfree void *xmalloc _P ((size_t)); -void xfree _P ((void *)) +void xfree _P ((void *)); /* Define STACK_DIRECTION if you know the direction of stack growth for your system; otherwise it will be automatically