1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

; * src/comp.c (CALL0I): Ifdef away, as it's now unused.

This commit is contained in:
Eli Zaretskii 2023-07-15 12:49:09 +03:00
parent 77fa417d10
commit 3cf2ab21f2

View file

@ -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) \