Delete unused aliases for calln
* src/lisp.h (call1, call2, call3, call4) (call5, call6, call7, call8): Delete unused aliases for calln.
This commit is contained in:
parent
251e3d2654
commit
6a0db0d80d
1 changed files with 0 additions and 9 deletions
|
@ -3513,15 +3513,6 @@ enum maxargs
|
|||
'Finsert (1, &text);'. */
|
||||
#define CALLN(f, ...) CALLMANY (f, ((Lisp_Object []) {__VA_ARGS__}))
|
||||
#define calln(...) CALLN (Ffuncall, __VA_ARGS__)
|
||||
/* Compatibility aliases. */
|
||||
#define call1 calln
|
||||
#define call2 calln
|
||||
#define call3 calln
|
||||
#define call4 calln
|
||||
#define call5 calln
|
||||
#define call6 calln
|
||||
#define call7 calln
|
||||
#define call8 calln
|
||||
|
||||
/* Define 'call0' as a function rather than a CPP macro because we
|
||||
sometimes want to pass it as a first class function. */
|
||||
|
|
Loading…
Add table
Reference in a new issue