From: Andrea Corallo Date: Sat, 25 Apr 2020 19:07:40 +0000 (+0100) Subject: * src/pdumper.c (dump_subr): Clean-up now unnecessary kludge. X-Git-Tag: emacs-28.0.90~2727^2~679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57fa590aa6d4aecef84e548fd17a7178cf3365f0;p=emacs.git * src/pdumper.c (dump_subr): Clean-up now unnecessary kludge. --- diff --git a/src/pdumper.c b/src/pdumper.c index 39adaf3ea21..c9015d503cd 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -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;