unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Fran <flitterio@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Patch to get clean compile on SLES11 Linux
Date: Thu, 15 Jul 2010 23:27:36 +0200	[thread overview]
Message-ID: <4C3F7D48.2010903@swipnet.se> (raw)
In-Reply-To: <loom.20100715T213504-2@post.gmane.org>

EMACS_INT is long and EMACS_UINT is unsigned long.  On a 64 bit compiler int 
is usually 32 bits and long 64.

	Jan D.


Fran skrev 2010-07-15 21.38:
> BTW, the compiler error was complaining about a type mismatch between the
> declaration of xmenu_show() at src/menu.h:45:
>
>    extern Lisp_Object xmenu_show (FRAME_PTR, int, int, int, int,
>                                   Lisp_Object, char **, EMACS_UINT);
>
> and the definition at src/xmenu.c:2278:
>
>    Lisp_Object
>    xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, Lisp_Object
> title, char **error, unsigned int timestamp)
>
> I don't know why EMACS_UINT was not the same as "unsigned int" on my system.
> --
> Fran
>
>



  reply	other threads:[~2010-07-15 21:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-15 19:26 Patch to get clean compile on SLES11 Linux Fran
2010-07-15 19:38 ` Fran
2010-07-15 21:27   ` Jan Djärv [this message]
2010-07-15 21:36     ` Fran Litterio

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=4C3F7D48.2010903@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=emacs-devel@gnu.org \
    --cc=flitterio@gmail.com \
    /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).