emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Type of max_specpdl_size and max_lisp_eval_depth


From: Andreas Schwab
Subject: Re: Type of max_specpdl_size and max_lisp_eval_depth
Date: Fri, 15 Feb 2002 22:56:44 +0100
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux)

"Stefan Monnier" <monnier+gnu/address@hidden> 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, address@hidden
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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]