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: Wed, 09 Jan 2002 19:23:02 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.30 (ia64-suse-linux)

"Stefan Monnier" <monnier+gnu/address@hidden> writes:

|> > The change below undoes the opposite change by Stefan, made just a
|> > few weeks ago.  FWIW, I think what Stefan did was right, but perhaps
|> > I'm missing something.  Andreas, could you please explain the reason
|> > for the change?
|> > 
|> > 2002-01-01  Andreas Schwab  <address@hidden>
|> > 
|> >    * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
|> >    not EMACS_INT, to make them compatible with DEFVAR_INT.
|> 
|> Based on the other mail that I deleted too eagerly, I guess
|> we should change DEFVAR_INT to take an EMACS_INT*.

IMHO no, since that would require changing the type of all other variables
refered to by DEFVAR_INT.  I'd rather define a new macro DEFVAR_EMACS_INT.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE GmbH, Deutschhherrnstr. 15-19, D-904229 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]