diff src/data.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 1d62742628b6
children 8626e4521993
line wrap: on
line diff
--- a/src/data.c	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/data.c	Mon Aug 13 11:03:08 2007 +0200
@@ -1192,7 +1192,7 @@
     p++;
 
 #ifdef LISP_FLOAT_TYPE
-  if (isfloat_string (p) && b == 10)
+  if (isfloat_string (p))
     return make_float (atof (p));
 #endif /* LISP_FLOAT_TYPE */
 
@@ -1969,7 +1969,7 @@
 Return a new weak list object of type TYPE.
 A weak list object is an object that contains a list.  This list behaves
 like any other list except that its elements do not count towards
-garbage collection -- if the only pointer to an object is inside a weak
+garbage collection -- if the only pointer to an object in inside a weak
 list (other than pointers in similar objects such as weak hash tables),
 the object is garbage collected and automatically removed from the list.
 This is used internally, for example, to manage the list holding the