]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the prototype for xfree.
authorEli Zaretskii <eliz@is.elta.co.il>
Fri, 30 Jan 2004 17:12:40 +0000 (17:12 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Fri, 30 Jan 2004 17:12:40 +0000 (17:12 +0000)
src/ChangeLog
src/alloca.c

index 9d52344d5b3fa361924f2305fc0a75505ff989db..27b6f22ebfb0413ed8e5dba18034a9c118c72913 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-29  Eli Zaretskii  <eliz@elta.co.il>
+
+       * alloca.c [!alloca]: Fix the prototype for xfree.
+
 2004-01-29  Kenichi Handa  <handa@m17n.org>
 
        * fns.c (string_char_to_byte): Optimize for ASCII only string.
index 460d0ae9a54438a7da1450bdd03b08af1f92ca88..e8c8319adc49d8f412d06916cc31ade00e9065c5 100644 (file)
@@ -100,7 +100,7 @@ typedef POINTER_TYPE *pointer;
 #  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