aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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) \