~ chicken-core (chicken-5) c53dcbfd42c6baf325538aa312c3364bd5d3b88f


commit c53dcbfd42c6baf325538aa312c3364bd5d3b88f
Merge: 2c82d5ca 2657a2b8
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Aug 3 01:10:03 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Aug 3 01:10:03 2010 +0200

    Merge branch 'total-irregex' of ssh://chicken@galinha.ucpel.tche.br/~/chicken-core into experimental

diff --cc scrutinizer.scm
index 097a1e55,549c5987..e9c30800
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@@ -45,9 -45,10 +45,10 @@@
  ;   SPEC = * | (VAL1 ...)
  ;   VAL = (or VAL1 ...)
  ;       | (struct NAME)
 -;       | (procedure (VAL1 ... [#!optional VALOPT1 ...] [#!rest [VAL | values]]) . RESULTS)
 +;       | (procedure [NAME] (VAL1 ... [#!optional VALOPT1 ...] [#!rest [VAL | values]]) . RESULTS)
  ;       | BASIC
  ;       | deprecated
+ ;       | (deprecated NAME)
  ;   BASIC = * | string | symbol | char | number | boolean | list | pair | 
  ;           procedure | vector | null | eof | undefined | port | 
  ;           blob | noreturn | pointer | locative | fixnum | float
Trap