]> code.delx.au - gnu-emacs/commitdiff
* emacs.c: Do not include <verify.h>; no longer needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Jul 2012 19:58:48 +0000 (12:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Jul 2012 19:58:48 +0000 (12:58 -0700)
Fixes: debbugs:12036
src/ChangeLog
src/emacs.c

index 06633ba7165cfc593b0d45b0f1e4f0c75ede20ee..7e91158ee361d0b41256cca423e4f7f5c5f7b37a 100644 (file)
@@ -7,7 +7,8 @@
        the fix for 12036 would have avoided some of the problems noted in
        <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
        would have been more obvious.
-       * emacs.c (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
+       * emacs.c: Do not include <verify.h>; no longer needed.
+       (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
        (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
        (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
        Remove; now done in lisp.h.
index 7dad87ef38bd7b8e6e59fef570d92120fe8967e2..81af0647742614f92281c66710c2191a74a9a4cf 100644 (file)
@@ -29,8 +29,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <setjmp.h>
 #include <unistd.h>
 
-#include <verify.h>
-
 #include "lisp.h"
 
 #ifdef WINDOWSNT