From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Stefan Monnier" <monnier@iro.umontreal.ca>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: [Emacs-diffs] Changes to emacs/src/lisp.h,v
Date: Tue, 20 May 2008 00:26:36 +0200 [thread overview]
Message-ID: <f7ccd24b0805191526k13fa7757h4fe9a8368dd99015@mail.gmail.com> (raw)
In-Reply-To: <E1JyAG9-0003Y1-46@cvs.savannah.gnu.org>
> @@ -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
parent reply other threads:[~2008-05-19 22:26 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E1JyAG9-0003Y1-46@cvs.savannah.gnu.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f7ccd24b0805191526k13fa7757h4fe9a8368dd99015@mail.gmail.com \
--to=lekktu@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).