emacs-diffs
[Top][All Lists]
Advanced

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

master 3cf2ab21f2c: ; * src/comp.c (CALL0I): Ifdef away, as it's now unu


From: Eli Zaretskii
Subject: master 3cf2ab21f2c: ; * src/comp.c (CALL0I): Ifdef away, as it's now unused.
Date: Sat, 15 Jul 2023 05:49:07 -0400 (EDT)

branch: master
commit 3cf2ab21f2c2fd5d8444d179ba1908d897b3eb25
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/comp.c (CALL0I): Ifdef away, as it's now unused.
---
 src/comp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/comp.c b/src/comp.c
index 3c63cad18c7..1bde4ae5821 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -502,9 +502,11 @@ load_gccjit_if_necessary (bool mandatory)
 #define THIRD(x)                               \
   XCAR (XCDR (XCDR (x)))
 
+#if 0  /* unused for now */
 /* Like call0 but stringify and intern.  */
 #define CALL0I(fun)                            \
   CALLN (Ffuncall, intern_c_string (STR (fun)))
+#endif
 
 /* Like call1 but stringify and intern.  */
 #define CALL1I(fun, arg)                               \



reply via email to

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