]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pdumper.c (dump_subr): Clean-up now unnecessary kludge.
authorAndrea Corallo <akrl@sdf.org>
Sat, 25 Apr 2020 19:07:40 +0000 (20:07 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 25 Apr 2020 19:07:40 +0000 (20:07 +0100)
src/pdumper.c

index 39adaf3ea2103ee651344479ada5494411d8d82f..c9015d503cdbb896439ece887d693c44b8e278dc 100644 (file)
@@ -2937,10 +2937,7 @@ dump_bool_vector (struct dump_context *ctx, const struct Lisp_Vector *v)
 static dump_off
 dump_subr (struct dump_context *ctx, const struct Lisp_Subr *subr)
 {
-#if CHECK_STRUCTS && ((defined (HAVE_NATIVE_COMP)                      \
-                      && !defined (HASH_Lisp_Subr_99B6674034))         \
-                     || (!defined (HAVE_NATIVE_COMP)                   \
-                         && !defined (HASH_Lisp_Subr_594AB72B54)))
+#if CHECK_STRUCTS && !defined (HASH_Lisp_Subr_99B6674034)
 # error "Lisp_Subr changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct Lisp_Subr out;