~ chicken-core (chicken-5) 1bc311d98b51aad1de2a0fce598266c25294c050
commit 1bc311d98b51aad1de2a0fce598266c25294c050 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Oct 28 09:14:42 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Oct 28 09:14:42 2011 +0200 undocumented scrutinize declaration (obsolete), reported by ckeen diff --git a/manual/Declarations b/manual/Declarations index 162e5d52..8423c188 100644 --- a/manual/Declarations +++ b/manual/Declarations @@ -270,13 +270,6 @@ that any calls to these variables can always be assumed to be calls to proper procedures. -=== scrutinize - - [declaration specifier] (scrutinize) - -Enables scrutiny. This is equivalent to passing the {{-scrutinize}} option to the compiler. - - === specialize [declaration specifier] (specialize)Trap