]> code.delx.au - gnu-emacs/blobdiff - src/alloca.c
(nnmail-extra-headers): Add defvar.
[gnu-emacs] / src / alloca.c
index b7dff002648a81b7f0a5ce2183f0371bc6f7156e..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
@@ -512,3 +512,6 @@ i00afunc (long address)
 
 # endif /* no alloca */
 #endif /* not GCC version 2 */
+
+/* arch-tag: 5c9901c8-3cd4-453e-bd66-d9035a175ee3
+   (do not change this comment) */