diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c index f5377d05c40..089f088b63d 100644 --- a/src/fns.c +++ b/src/fns.c @@ -3704,7 +3704,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 inline void maybe_resize_hash_table (struct Lisp_Hash_Table *h) { if (NILP (h->next_free)) |
