emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109220: * emacs.c: Do not include <v


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109220: * emacs.c: Do not include <verify.h>; no longer needed.
Date: Thu, 26 Jul 2012 12:58:48 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109220
fixes bug: http://debbugs.gnu.org/12036
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2012-07-26 12:58:48 -0700
message:
  * emacs.c: Do not include <verify.h>; no longer needed.
modified:
  src/ChangeLog
  src/emacs.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-26 18:35:50 +0000
+++ b/src/ChangeLog     2012-07-26 19:58:48 +0000
@@ -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.

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2012-07-26 18:35:50 +0000
+++ b/src/emacs.c       2012-07-26 19:58:48 +0000
@@ -29,8 +29,6 @@
 #include <setjmp.h>
 #include <unistd.h>
 
-#include <verify.h>
-
 #include "lisp.h"
 
 #ifdef WINDOWSNT


reply via email to

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