projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77fa417
)
; * src/comp.c (CALL0I): Ifdef away, as it's now unused.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Jul 2023 09:49:09 +0000
(12:49 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Jul 2023 09:49:09 +0000
(12:49 +0300)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 3c63cad18c725799f34b37b7f6487be0852946ec..1bde4ae5821ebf9bc2810b8e041b7258adbe78d9 100644
(file)
--- 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) \