Declare set_internal as Lisp_Object in advance to avoid
compiler error.
This commit is contained in:
@@ -101,6 +101,8 @@ static Lisp_Object Qchar_table, Qbool_vector;
|
||||
|
||||
static Lisp_Object swap_in_symval_forwarding ();
|
||||
|
||||
Lisp_Object set_internal ();
|
||||
|
||||
Lisp_Object
|
||||
wrong_type_argument (predicate, value)
|
||||
register Lisp_Object predicate, value;
|
||||
|
||||
Reference in New Issue
Block a user