mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-21 21:20:44 -08:00
(store_symval_forwarding): Change prototype.
This commit is contained in:
parent
c58ab353c9
commit
13ff50bb75
1 changed files with 2 additions and 1 deletions
|
|
@ -1924,7 +1924,8 @@ extern unsigned long cons_to_long P_ ((Lisp_Object));
|
||||||
extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object));
|
extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object));
|
||||||
extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
|
extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
|
||||||
extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object));
|
extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object));
|
||||||
extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
|
extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object,
|
||||||
|
Lisp_Object, struct buffer *));
|
||||||
extern Lisp_Object do_symval_forwarding P_ ((Lisp_Object));
|
extern Lisp_Object do_symval_forwarding P_ ((Lisp_Object));
|
||||||
extern Lisp_Object set_internal P_ ((Lisp_Object, Lisp_Object, struct buffer *, int));
|
extern Lisp_Object set_internal P_ ((Lisp_Object, Lisp_Object, struct buffer *, int));
|
||||||
extern void syms_of_data P_ ((void));
|
extern void syms_of_data P_ ((void));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue