* Re: [Emacs-diffs] Changes to emacs/src/lisp.h,v
[not found] <E1JyAG9-0003Y1-46@cvs.savannah.gnu.org>
@ 2008-05-19 22:26 ` Juanma Barranquero
0 siblings, 0 replies; only message in thread
From: Juanma Barranquero @ 2008-05-19 22:26 UTC (permalink / raw)
To: Stefan Monnier; +Cc: Emacs Devel
> @@ -2263,7 +2263,7 @@
> EXFUN (Fsub1, 1);
> EXFUN (Fmake_variable_buffer_local, 1);
>
> -extern Lisp_Object indirect_variable P_ ((Lisp_Object));
> +extern struct Lisp_Symbol *indirect_variable (struct Lisp_Symbol *);
> extern Lisp_Object long_to_cons P_ ((unsigned long));
> extern unsigned long cons_to_long P_ ((Lisp_Object));
> extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)) NO_RETURN;
eval.c: In function 'Fuser_variable_p':
eval.c:957: warning: passing argument 1 of 'internal_condition_case_1'
from incompatible pointer type
xdisp.c: In function 'select_frame_for_redisplay':
xdisp.c:11049: warning: passing argument 1 of 'indirect_variable'
makes pointer from integer without a cast
xdisp.c:11049: warning: assignment makes integer from pointer without a cast
Juanma
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-19 22:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1JyAG9-0003Y1-46@cvs.savannah.gnu.org>
2008-05-19 22:26 ` [Emacs-diffs] Changes to emacs/src/lisp.h,v Juanma Barranquero
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).