emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Unbreak build when building without GMP support.


From: Eli Zaretskii
Subject: Re: [PATCH] Unbreak build when building without GMP support.
Date: Wed, 24 Apr 2019 21:41:33 +0300

> From: Philipp Stephani <address@hidden>
> Date: Wed, 24 Apr 2019 19:51:05 +0200
> Cc: Philipp Stephani <address@hidden>
> 
> diff --git a/src/lisp.h b/src/lisp.h
> index 703fe76d64..d803f16000 100644
> --- a/src/lisp.h
> +++ b/src/lisp.h
> @@ -4151,7 +4151,6 @@ extern void *unexec_realloc (void *, size_t);
>  extern void unexec_free (void *);
>  #endif
>  
> -#define EMACS_MODULE_GMP
>  #include "emacs-module.h"

Btw, why are we including emacs-module.h in lisp.h?  IME, this usually
causes trouble, so it is best to avoid that.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]