]> code.delx.au - gnu-emacs/blobdiff - src/fns.c
Reformat last entries to fit 80 columns.
[gnu-emacs] / src / fns.c
index 6d6f019b311a8941dc738290eea0231f0c824e95..c999b5b08b9d8580dfaf59f885f00e293b8c128d 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -3337,14 +3337,6 @@ Lisp_Object Qeq, Qeql, Qequal;
 Lisp_Object QCtest, QCsize, QCrehash_size, QCrehash_threshold, QCweakness;
 static Lisp_Object Qhash_table_test, Qkey_or_value, Qkey_and_value;
 
-/* Function prototypes.  */
-
-static struct Lisp_Hash_Table *check_hash_table (Lisp_Object);
-static ptrdiff_t get_key_arg (Lisp_Object, ptrdiff_t, Lisp_Object *, char *);
-static void maybe_resize_hash_table (struct Lisp_Hash_Table *);
-static bool sweep_weak_table (struct Lisp_Hash_Table *, bool);
-
-
 \f
 /***********************************************************************
                               Utilities
@@ -3695,7 +3687,7 @@ copy_hash_table (struct Lisp_Hash_Table *h1)
 /* Resize hash table H if it's too full.  If H cannot be resized
    because it's already too large, throw an error.  */
 
-static inline void
+static void
 maybe_resize_hash_table (struct Lisp_Hash_Table *h)
 {
   if (NILP (h->next_free))