emacs-diffs
[Top][All Lists]
Advanced

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

scratch/igc 826491d501d 3/4: Enable CHECK_STRUCTS with igc again


From: Stefan Kangas
Subject: scratch/igc 826491d501d 3/4: Enable CHECK_STRUCTS with igc again
Date: Thu, 9 Jan 2025 02:18:46 -0500 (EST)

branch: scratch/igc
commit 826491d501d8439b653dc08b4b6b021198939c1e
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Enable CHECK_STRUCTS with igc again
    
    * src/igc.c [CHECK_STRUCTS]: Enable checks.  (Bug#75451)
---
 src/igc.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/igc.c b/src/igc.c
index ad5d52b98f8..8da5fde48d5 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -76,8 +76,6 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. */
 # error "HAVE_PDUMPER required"
 #endif
 
-#if 0 /* Not yet because that make transfer between GNU and my fork
-        painful.  */
 #ifdef CHECK_STRUCTS
 # include "dmpstruct.h"
 
@@ -146,7 +144,6 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. */
 # ifndef HASH_itree_tree_A8CE87B78A
 #  error "struct itree_tree changed"
 # endif
-# endif // 0
 
 /* Still missing; face, font, frame, thread, and probably a lot of
    others.  */



reply via email to

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