diff src/callint.c @ 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 dda75a4dbbfb
children 6e3aea54fc01
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))