diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 3 |
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. */ |
| 596 | void | ||
| 596 | free_float (ptr) | 597 | free_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 | ||
| 2951 | void | ||
| 2950 | init_alloc_once () | 2952 | init_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 | ||
| 2994 | void | ||
| 2992 | init_alloc () | 2995 | init_alloc () |
| 2993 | { | 2996 | { |
| 2994 | gcprolist = 0; | 2997 | gcprolist = 0; |