diff options
| author | Eli Zaretskii | 2023-07-15 12:49:09 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-07-15 12:49:09 +0300 |
| commit | 3cf2ab21f2c2fd5d8444d179ba1908d897b3eb25 (patch) | |
| tree | c1dfc3a4cba51ec4eb3012509b817eee68aa2ae0 /src/comp.c | |
| parent | 77fa417d108fbc4bb6b1017120eca958785becaa (diff) | |
| download | emacs-3cf2ab21f2c2fd5d8444d179ba1908d897b3eb25.tar.gz emacs-3cf2ab21f2c2fd5d8444d179ba1908d897b3eb25.zip | |
; * src/comp.c (CALL0I): Ifdef away, as it's now unused.
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 2 |
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) \ |