Mercurial > emacs
changeset 29979:6fe8f444b6a3
(next_almost_prime): Make it externally visible.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 28 Jun 2000 20:28:21 +0000 |
parents | 4b651d582c5f |
children | 171ba59e1cb0 |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Wed Jun 28 20:28:02 2000 +0000 +++ b/src/fns.c Wed Jun 28 20:28:21 2000 +0000 @@ -3542,7 +3542,6 @@ /* Function prototypes. */ 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 void maybe_resize_hash_table P_ ((struct Lisp_Hash_Table *)); static int cmpfn_eql P_ ((struct Lisp_Hash_Table *, Lisp_Object, unsigned, @@ -3583,7 +3582,7 @@ /* Value is the next integer I >= N, N >= 0 which is "almost" a prime number. */ -static int +int next_almost_prime (n) int n; {