]> code.delx.au - gnu-emacs/blobdiff - src/alloca.c
(gc_cons_threshold): Not static.
[gnu-emacs] / src / alloca.c
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