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:
parent
77fa417d10
commit
3cf2ab21f2
1 changed files with 2 additions and 0 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue