diff options
| author | Gerd Moellmann | 2000-06-28 20:28:02 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-28 20:28:02 +0000 |
| commit | 1a7ad14fd09b8832c2cf16ed97c7731ad62da271 (patch) | |
| tree | fcdb7c6ec28cb970bfc12fa344f38ee3e7d735d4 /src | |
| parent | bbe14ff4222d2696903e4a501923bbb8fa2a2d24 (diff) | |
| download | emacs-1a7ad14fd09b8832c2cf16ed97c7731ad62da271.tar.gz emacs-1a7ad14fd09b8832c2cf16ed97c7731ad62da271.zip | |
(next_almost_prime): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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)); | |||
| 1938 | extern void syms_of_syntax P_ ((void)); | 1938 | extern void syms_of_syntax P_ ((void)); |
| 1939 | 1939 | ||
| 1940 | /* Defined in fns.c */ | 1940 | /* Defined in fns.c */ |
| 1941 | extern int next_almost_prime P_ ((int)); | ||
| 1941 | extern Lisp_Object larger_vector P_ ((Lisp_Object, int, Lisp_Object)); | 1942 | extern Lisp_Object larger_vector P_ ((Lisp_Object, int, Lisp_Object)); |
| 1942 | extern void sweep_weak_hash_tables P_ ((void)); | 1943 | extern void sweep_weak_hash_tables P_ ((void)); |
| 1943 | extern Lisp_Object Qstring_lessp; | 1944 | extern Lisp_Object Qstring_lessp; |