[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc 8ec2ed9f400: Fix the build
From: |
Eli Zaretskii |
Subject: |
scratch/igc 8ec2ed9f400: Fix the build |
Date: |
Sat, 20 Jul 2024 06:42:40 -0400 (EDT) |
branch: scratch/igc
commit 8ec2ed9f4004a34e21d06ae3f75291e627bb76a3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
Fix the build
* src/lisp.h (XOBARRAY): Fix build by correcting the call to
,igc_check_fwd,.
---
src/lisp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lisp.h b/src/lisp.h
index e65de657579..40ffa6d5aeb 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2464,7 +2464,7 @@ XOBARRAY (Lisp_Object a)
eassert (OBARRAYP (a));
struct Lisp_Obarray *o = XUNTAG (a, Lisp_Vectorlike, struct Lisp_Obarray);
# if defined HAVE_MPS && defined ENABLE_CHECKING
- igc_check_fwd (o);
+ igc_check_fwd (o, true);
# endif
return o;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- scratch/igc 8ec2ed9f400: Fix the build,
Eli Zaretskii <=