aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2023-07-15 12:49:09 +0300
committerEli Zaretskii2023-07-15 12:49:09 +0300
commit3cf2ab21f2c2fd5d8444d179ba1908d897b3eb25 (patch)
treec1dfc3a4cba51ec4eb3012509b817eee68aa2ae0 /src
parent77fa417d108fbc4bb6b1017120eca958785becaa (diff)
downloademacs-3cf2ab21f2c2fd5d8444d179ba1908d897b3eb25.tar.gz
emacs-3cf2ab21f2c2fd5d8444d179ba1908d897b3eb25.zip
; * src/comp.c (CALL0I): Ifdef away, as it's now unused.
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 2 insertions, 0 deletions
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)
502#define THIRD(x) \ 502#define THIRD(x) \
503 XCAR (XCDR (XCDR (x))) 503 XCAR (XCDR (XCDR (x)))
504 504
505#if 0 /* unused for now */
505/* Like call0 but stringify and intern. */ 506/* Like call0 but stringify and intern. */
506#define CALL0I(fun) \ 507#define CALL0I(fun) \
507 CALLN (Ffuncall, intern_c_string (STR (fun))) 508 CALLN (Ffuncall, intern_c_string (STR (fun)))
509#endif
508 510
509/* Like call1 but stringify and intern. */ 511/* Like call1 but stringify and intern. */
510#define CALL1I(fun, arg) \ 512#define CALL1I(fun, arg) \