* Eliminated use of SCM_ASSERT to check for range errors.
[bpt/guile.git] / doc / data-rep.texi
index d515d3a..407a796 100644 (file)
@@ -46,7 +46,7 @@ by the Free Software Foundation.
 @sp 10
 @comment The title is printed in a large font.
 @title Data Representation in Guile
-@subtitle $Id: data-rep.texi,v 1.11 2000-06-20 03:22:56 mdj Exp $
+@subtitle $Id: data-rep.texi,v 1.12 2000-06-30 10:46:33 dirk Exp $
 @subtitle For use with Guile @value{VERSION}
 @author Jim Blandy
 @author Free Software Foundation
@@ -1077,11 +1077,6 @@ naming the function.  Usually, Guile catches these errors before ever
 invoking the subr, so we don't run into these problems.
 @end deftypefn
 
-@deftypefn Macro int SCM_OUTOFRANGE
-Signal an error complaining that @var{obj} is ``out of range'' for
-@var{subr}.
-@end deftypefn
-
 
 @node Defining New Types (Smobs),  , How Guile does it, Top
 @section Defining New Types (Smobs)