diff options
Diffstat (limited to 'doc/ref/new-docstrings.texi')
-rw-r--r-- | doc/ref/new-docstrings.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ref/new-docstrings.texi b/doc/ref/new-docstrings.texi index 17aa45680..0bfbbcb85 100644 --- a/doc/ref/new-docstrings.texi +++ b/doc/ref/new-docstrings.texi @@ -699,3 +699,9 @@ Return NaN. @deffnx {C Function} scm_inf () Return Inf. @end deffn + +@deffn {Scheme Procedure} set-debug-cell-accesses! flag +@deffnx {C Function} scm_set_debug_cell_accesses_x (flag) +This function is used to turn on checking for a debug version of GUILE. This version does not support this functionality + +@end deffn |