diff options
| author | Andrea Corallo | 2020-08-13 12:22:07 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-08-13 12:22:07 +0200 |
| commit | 46e7613ad3b88807d25cfab3d78bf46c9e2fe13e (patch) | |
| tree | a7b560c36e097660536697c9d0057c9273d779b2 /src/bytecode.c | |
| parent | f6502f959253b8f705e324e137c2933c5a668f62 (diff) | |
| parent | e9eafd22681b8e95d8d642def0512d9290564206 (diff) | |
| download | emacs-46e7613ad3b88807d25cfab3d78bf46c9e2fe13e.tar.gz emacs-46e7613ad3b88807d25cfab3d78bf46c9e2fe13e.zip | |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 1913a4812a0..1c3b6eac0d1 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -1401,7 +1401,6 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 1401 | Lisp_Object v1 = POP; | 1401 | Lisp_Object v1 = POP; |
| 1402 | ptrdiff_t i; | 1402 | ptrdiff_t i; |
| 1403 | struct Lisp_Hash_Table *h = XHASH_TABLE (jmp_table); | 1403 | struct Lisp_Hash_Table *h = XHASH_TABLE (jmp_table); |
| 1404 | hash_rehash_if_needed (h); | ||
| 1405 | 1404 | ||
| 1406 | /* h->count is a faster approximation for HASH_TABLE_SIZE (h) | 1405 | /* h->count is a faster approximation for HASH_TABLE_SIZE (h) |
| 1407 | here. */ | 1406 | here. */ |