emacs-devel
[Top][All Lists]
Advanced

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

Re: master updated (eb787d7 -> dc18a09)


From: Glenn Morris
Subject: Re: master updated (eb787d7 -> dc18a09)
Date: Tue, 14 Aug 2018 02:18:59 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

This fails to build with --enable-check-lisp-object-type.
Ref eg https://hydra.nixos.org/build/79513673
    
    In file included from vm-limit.c:21:0:
    lisp.h: In function 'make_pointer_integer_unsafe':
    lisp.h:568:28: error: expected expression before '{' token
     # define LISP_INITIALLY(w) {w}
                                ^
    lisp.h:790:3: note: in expansion of macro 'LISP_INITIALLY'
       LISP_INITIALLY ((Lisp_Word) ((untagged_ptr) (ptr) + LISP_WORD_TAG (tag)))
       ^
    lisp.h:1194:10: note: in expansion of macro 'TAG_PTR'
       return TAG_PTR (Lisp_Int0, p);
              ^
    make[1]: *** [vm-limit.o] Error 1



reply via email to

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