Mercurial > emacs
diff src/alloca.c @ 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 | 695cf19ef79e |
| children |
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
