Mercurial > emacs
changeset 9290:27aad4f82051
(Fprefix_numeric_value): No longer necessary to set type separately.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 04 Oct 1994 14:20:54 +0000 |
parents | e5a850de0ba8 |
children | 51aef3ec59f8 |
files | src/callint.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callint.c Tue Oct 04 13:35:44 1994 +0000 +++ b/src/callint.c Tue Oct 04 14:20:54 1994 +0000 @@ -599,10 +599,6 @@ { Lisp_Object val; - /* Tag val as an integer, so the rest of the assignments - may use XSETINT. */ - XFASTINT (val) = 0; - if (NILP (raw)) XFASTINT (val) = 1; else if (EQ (raw, Qminus))