aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/comp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp.c b/src/comp.c
index 13343de3d88..0b5a49fd1f1 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -5300,6 +5300,7 @@ The last directory of this list is assumed to be the system one. */);
5300 doc: /* Hash table subr-name -> bool. */); 5300 doc: /* Hash table subr-name -> bool. */);
5301 Vcomp_installed_trampolines_h = CALLN (Fmake_hash_table); 5301 Vcomp_installed_trampolines_h = CALLN (Fmake_hash_table);
5302 5302
5303 Fprovide (intern_c_string ("nativecomp"), Qnil);
5303#endif /* #ifdef HAVE_NATIVE_COMP */ 5304#endif /* #ifdef HAVE_NATIVE_COMP */
5304 5305
5305 defsubr (&Snative_comp_available_p); 5306 defsubr (&Snative_comp_available_p);