projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
835d2b6
)
* src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 29 Jan 2023 07:28:31 +0000
(09:28 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 29 Jan 2023 07:28:31 +0000
(09:28 +0200)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index bd7ecfffc23b804991a35e3c714a5564435a244f..6ff1915ef5b99be92b818ac4bd34779e3b0cebbf 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-531,7
+531,7
@@
load_gccjit_if_necessary (bool mandatory)
#define SETJMP_NAME SETJMP
/* Max number function importable by native compiled code. */
-#define F_RELOC_MAX_SIZE 1
5
00
+#define F_RELOC_MAX_SIZE 1
6
00
typedef struct {
void *link_table[F_RELOC_MAX_SIZE];