diff src/alloc.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 1701bf5b9dec
children c744d468bfb6
line wrap: on
line diff
--- a/src/alloc.c	Tue Apr 14 10:56:46 1998 +0000
+++ b/src/alloc.c	Tue Apr 14 12:25:56 1998 +0000
@@ -593,6 +593,7 @@
 }
 
 /* Explicitly free a float cell.  */
+void
 free_float (ptr)
      struct Lisp_Float *ptr;
 {
@@ -2947,6 +2948,7 @@
 
 /* Initialization */
 
+void
 init_alloc_once ()
 {
   /* Used to do Vpurify_flag = Qt here, but Qt isn't set up yet!  */
@@ -2989,6 +2991,7 @@
 #endif /* VIRT_ADDR_VARIES */
 }
 
+void
 init_alloc ()
 {
   gcprolist = 0;