]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid link-time errors due to inline functions
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Oct 2015 10:45:15 +0000 (13:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Oct 2015 10:45:15 +0000 (13:45 +0300)
* src/emacs.c: Include puresize.h, to avoid link-time errors in
unoptimized builds due to PURE_P and CHECK_IMPURE, which are now
inline functions.

src/emacs.c

index 5a6999d9b1df9756cbe7491dedc1b359c7cb5adb..3eff5a720eac31175030c1f21418ee728773d53a 100644 (file)
@@ -82,6 +82,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "syntax.h"
 #include "sysselect.h"
 #include "systime.h"
+#include "puresize.h"
 
 #include "gnutls.h"