; * src/comp.c (ADD_IMPORTED): Fix broken macro.
This commit is contained in:
parent
ac73d77ced
commit
b9f339e8f8
1 changed files with 1 additions and 1 deletions
|
@ -2687,7 +2687,7 @@ declare_runtime_imported_funcs (void)
|
|||
Lisp_Object field_list = Qnil;
|
||||
|
||||
#define ADD_IMPORTED(f_name, ret_type, nargs, args) \
|
||||
{ \
|
||||
do { \
|
||||
Lisp_Object name = intern_c_string (STR (f_name)); \
|
||||
Lisp_Object field = \
|
||||
make_mint_ptr (declare_imported_func (name, ret_type, nargs, args)); \
|
||||
|
|
Loading…
Add table
Reference in a new issue