mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
Declare set_internal as Lisp_Object in advance to avoid
compiler error.
This commit is contained in:
parent
e3ed8469ee
commit
d02eeab3cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue