From: Gerd Moellmann Date: Wed, 28 Jun 2000 20:28:02 +0000 (+0000) Subject: (next_almost_prime): Add prototype. X-Git-Tag: emacs-pretest-21.0.90~3036 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a7ad14fd09b8832c2cf16ed97c7731ad62da271;p=emacs.git (next_almost_prime): Add prototype. --- diff --git a/src/lisp.h b/src/lisp.h index 388cf3c44c3..ca271863b26 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1938,6 +1938,7 @@ extern void init_syntax_once P_ ((void)); extern void syms_of_syntax P_ ((void)); /* Defined in fns.c */ +extern int next_almost_prime P_ ((int)); extern Lisp_Object larger_vector P_ ((Lisp_Object, int, Lisp_Object)); extern void sweep_weak_hash_tables P_ ((void)); extern Lisp_Object Qstring_lessp;