summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 28b395c4fb4..fa2b6ebb9c6 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1457,6 +1457,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
syms_of_buffer ();
syms_of_bytecode ();
+#ifdef HAVE_LIBJIT
+ syms_of_bytecode_jit ();
+#endif
syms_of_callint ();
syms_of_casefiddle ();
syms_of_casetab ();