summaryrefslogtreecommitdiff
path: root/doc/ref/api-control.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-01-08 14:27:03 +0100
committerAndy Wingo <wingo@pobox.com>2012-01-08 14:27:03 +0100
commit4f5fb3519471a7e1e520c3cc39e7853f4170349e (patch)
tree86cfe2ed8002eb1015bd08450d401610404d223a /doc/ref/api-control.texi
parent729b62bd95c61b6e2992f823b469b76bdc483b0d (diff)
downloadguile-4f5fb3519471a7e1e520c3cc39e7853f4170349e.tar.gz
deprecate SCM_ASRTGO
* libguile/deprecated.h: Mark scm_immutable_cell and scm_immutable_double_cell as being SCM_DEPRECATED, not SCM_API. Deprecate SCM_ASRTGO. * libguile/deprecated.c (scm_i_deprecated_asrtgo): New support procedure. * doc/ref/api-control.texi (Handling Errors): Remove ASRTGO docs.
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r--doc/ref/api-control.texi10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index 957b9a763..c1502b032 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2009, 2010, 2011
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2009, 2010, 2011, 2012
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -1712,14 +1712,6 @@ leave it unspecified which argument's type is incorrect. Again,
@code{SCM_ARGn} should be preferred over a raw zero constant.
@end deftypefn
-The @code{SCM_ASRTGO} macro provides another strategy for handling
-incorrect types.
-
-@deftypefn Macro void SCM_ASRTGO (int @var{test}, label)
-If @var{test} is zero, use @code{goto} to jump to the given @var{label}.
-@var{label} must appear within the current function.
-@end deftypefn
-
@node Continuation Barriers
@subsection Continuation Barriers