* src/comp.c (syms_of_comp): Add a comment to ease #endif
understading.
* src/comp.h: Likewise.
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);
}
extern void dispose_all_remaining_comp_units (void);
extern void clean_package_user_dir_of_old_comp_units (void);
-#else
+
+#else /* #ifdef HAVE_NATIVE_COMP */
static inline void
maybe_defer_native_compilation (Lisp_Object function_name,
finish_delayed_disposal_of_comp_units (void)
{}
-#endif
+#endif /* #ifdef HAVE_NATIVE_COMP */
-#endif
+#endif /* #ifndef COMP_H */