aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/alloc.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
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 be221b85c30..6948ff1a3d8 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -593,6 +593,7 @@ init_float ()
593} 593}
594 594
595/* Explicitly free a float cell. */ 595/* Explicitly free a float cell. */
596void
596free_float (ptr) 597free_float (ptr)
597 struct Lisp_Float *ptr; 598 struct Lisp_Float *ptr;
598{ 599{
@@ -2947,6 +2948,7 @@ Frames, windows, buffers, and subprocesses count as vectors\n\
2947 2948
2948/* Initialization */ 2949/* Initialization */
2949 2950
2951void
2950init_alloc_once () 2952init_alloc_once ()
2951{ 2953{
2952 /* Used to do Vpurify_flag = Qt here, but Qt isn't set up yet! */ 2954 /* Used to do Vpurify_flag = Qt here, but Qt isn't set up yet! */
@@ -2989,6 +2991,7 @@ init_alloc_once ()
2989#endif /* VIRT_ADDR_VARIES */ 2991#endif /* VIRT_ADDR_VARIES */
2990} 2992}
2991 2993
2994void
2992init_alloc () 2995init_alloc ()
2993{ 2996{
2994 gcprolist = 0; 2997 gcprolist = 0;