unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Fran <flitterio@gmail.com>
To: emacs-devel@gnu.org
Subject: Patch to get clean compile on SLES11 Linux
Date: Thu, 15 Jul 2010 19:26:20 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100715T212354-750@post.gmane.org> (raw)

I had to make this small change to the latest development sources to get a clean
compile on SLES11 Linux:

--- xmenu.c~	2010-07-15 14:31:37.000000000 -0400
+++ xmenu.c	2010-07-15 15:20:46.000020000 -0400
@@ -2275,7 +2275,7 @@
 
 
 Lisp_Object
-xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, Lisp_Object
title, char **error, unsigned int timestamp)
+xmenu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, Lisp_Object
title, char **error, EMACS_UINT timestamp)
 {
   Window root;
   XMenu *menu;

I don't know if this affects other UNIX/Linux systems.
--
Fran





             reply	other threads:[~2010-07-15 19:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-15 19:26 Fran [this message]
2010-07-15 19:38 ` Patch to get clean compile on SLES11 Linux Fran
2010-07-15 21:27   ` Jan Djärv
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=loom.20100715T212354-750@post.gmane.org \
    --to=flitterio@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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).