unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
Cc: Eli Zaretskii <eliz@is.elta.co.il>,
	Richard Stallman <rms@gnu.org>,
	emacs-devel@gnu.org
Subject: Re: Type of max_specpdl_size and max_lisp_eval_depth
Date: Fri, 15 Feb 2002 22:56:44 +0100	[thread overview]
Message-ID: <jeaduabe8z.fsf@suse.de> (raw)
In-Reply-To: <200202142240.g1EMeaj19682@rum.cs.yale.edu> ("Stefan Monnier"'s message of "Thu, 14 Feb 2002 17:40:36 -0500")

"Stefan Monnier" <monnier+gnu/emacs@RUM.cs.yale.edu> writes:

|> So if someone could try it out on a 64bit system... (a comparison of
|> `gcc -Wall' output before and after the patch might be helpful,
|> although I doubt it).

Here is what I have found by compiling on ia64-suse-linux:

diff -u src/indent.c src/indent.c
--- src/indent.c
+++ src/indent.c
@@ -37,7 +37,7 @@
 /* Indentation can insert tabs if this is non-zero;
    otherwise always uses spaces.  */
 
-EMACS_INT indent_tabs_mode;
+int indent_tabs_mode;
 
 #define CR 015
 
diff -u src/xdisp.c src/xdisp.c
--- src/xdisp.c
+++ src/xdisp.c
@@ -726,7 +726,7 @@
 static void extend_face_to_end_of_line P_ ((struct it *));
 static int append_space P_ ((struct it *, int));
 static int make_cursor_line_fully_visible P_ ((struct window *));
-static int try_scrolling P_ ((Lisp_Object, int, int, int, int));
+static int try_scrolling P_ ((Lisp_Object, int, EMACS_INT, EMACS_INT, int));
 static int try_cursor_movement P_ ((Lisp_Object, struct text_pos, int *));
 static int trailing_whitespace_p P_ ((int));
 static int message_log_check_duplicate P_ ((int, int, int, int));

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-15 21:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9003-Wed02Jan2002183452+0200-eliz@is.elta.co.il>
     [not found] ` <200201091815.g09IFpL08127@rum.cs.yale.edu>
     [not found]   ` <jebsg3idtl.fsf@sykes.suse.de>
2002-02-12 19:40     ` Type of max_specpdl_size and max_lisp_eval_depth Stefan Monnier
2002-02-14  3:12       ` Richard Stallman
2002-02-14 10:27         ` Eli Zaretskii
2002-02-14 22:40           ` Stefan Monnier
2002-02-15 21:56             ` Andreas Schwab [this message]
2002-02-15 22:42               ` Stefan Monnier
2002-02-15 23:08                 ` Andreas Schwab

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=jeaduabe8z.fsf@suse.de \
    --to=schwab@suse.de \
    --cc=eliz@is.elta.co.il \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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).