Mercurial > emacs
changeset 28481:3caab3235bc1
(larger_vector): Make externally visible.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 03 Apr 2000 12:13:45 +0000 |
parents | cbe58003b232 |
children | ada4d4e97d3b |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Mon Apr 03 12:12:35 2000 +0000 +++ b/src/fns.c Mon Apr 03 12:13:45 2000 +0000 @@ -3475,7 +3475,6 @@ static struct Lisp_Hash_Table *check_hash_table P_ ((Lisp_Object)); static int next_almost_prime P_ ((int)); static int get_key_arg P_ ((Lisp_Object, int, Lisp_Object *, char *)); -static Lisp_Object larger_vector P_ ((Lisp_Object, int, Lisp_Object)); static void maybe_resize_hash_table P_ ((struct Lisp_Hash_Table *)); static int cmpfn_eql P_ ((struct Lisp_Hash_Table *, Lisp_Object, unsigned, Lisp_Object, unsigned)); @@ -3564,7 +3563,7 @@ size NEW_SIZE, NEW_SIZE >= VEC->size. Entries in the resulting vector that are not copied from VEC are set to INIT. */ -static Lisp_Object +Lisp_Object larger_vector (vec, new_size, init) Lisp_Object vec; int new_size;