summaryrefslogtreecommitdiff
path: root/src/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index b4e3e2e887f..32a98173d53 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4722,7 +4722,8 @@ syms_of_comp (void)
doc: /* Hash table symbol-name -> function-value. For
internal use during */);
Vcomp_deferred_pending_h = CALLN (Fmake_hash_table, QCtest, Qeq);
-#endif
+
+#endif /* #ifdef HAVE_NATIVE_COMP */
defsubr (&Snative_comp_available_p);
}