From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Type of max_specpdl_size and max_lisp_eval_depth Date: Fri, 15 Feb 2002 22:56:44 +0100 Message-ID: References: <200202142240.g1EMeaj19682@rum.cs.yale.edu> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: quimby2.netfonds.no 1013811003 29455 195.204.10.66 (15 Feb 2002 22:10:03 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 15 Feb 2002 22:10:03 GMT Cc: Eli Zaretskii , Richard Stallman , emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16bqYM-0007e2-00 for ; Fri, 15 Feb 2002 23:10:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bqM5-0004E9-00; Fri, 15 Feb 2002 16:57:21 -0500 Original-Received: from ns.suse.de ([213.95.15.193] helo=Cantor.suse.de) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16bqLa-0004DS-00; Fri, 15 Feb 2002 16:56:51 -0500 Original-Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 0CAAD1E967; Fri, 15 Feb 2002 22:56:48 +0100 (MET) X-Authentication-Warning: sykes.suse.de: schwab set sender to schwab@suse.de using -f Original-To: "Stefan Monnier" X-Yow: NANCY!! Why is everything RED?! In-Reply-To: <200202142240.g1EMeaj19682@rum.cs.yale.edu> ("Stefan Monnier"'s message of "Thu, 14 Feb 2002 17:40:36 -0500") Original-Lines: 40 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1183 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1183 "Stefan Monnier" 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. */ =20 -EMACS_INT indent_tabs_mode; +int indent_tabs_mode; =20 #define CR 015 =20 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. --=20 Andreas Schwab, SuSE Labs, schwab@suse.de SuSE GmbH, Deutschherrnstr. 15-19, D-90429 N=FCrnberg Key fingerprint =3D 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