aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>1998-04-14 12:25:56 +0000
committerAndreas Schwab <[email protected]>1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/alloc.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
Fix -Wimplicit warnings.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index be221b85c3..6948ff1a3d 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -593,6 +593,7 @@ init_float ()
}
/* Explicitly free a float cell. */
+void
free_float (ptr)
struct Lisp_Float *ptr;
{
@@ -2947,6 +2948,7 @@ Frames, windows, buffers, and subprocesses count as vectors\n\
/* Initialization */
+void
init_alloc_once ()
{
/* Used to do Vpurify_flag = Qt here, but Qt isn't set up yet! */
@@ -2989,6 +2991,7 @@ init_alloc_once ()
#endif /* VIRT_ADDR_VARIES */
}
+void
init_alloc ()
{
gcprolist = 0;