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: Philipp Stephani
Subject: Re: [PATCH] Unbreak build when building without GMP support.
Date: Wed, 24 Apr 2019 20:49:34 +0200

Am Mi., 24. Apr. 2019 um 20:41 Uhr schrieb Eli Zaretskii <address@hidden>:
>
> > 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.

lisp.h needs types from emacs-module.h to define Lisp_Module_Function.



reply via email to

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