www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9b166eea01e1a0fea4b2c4534350edf9c07096c8
parent 94a1f9829888fbb5870d38b1fd60f432da1ddb0f
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date:   Fri,  3 Jul 2009 19:47:25 +0000

merged changes from /branches/ryanc/sp2:
  added syntax/parse library and documentation
  added syntax/id-table library and documentation

svn: r15376

original commit: 3e63caa88768897debe07c1aec41442ece520784

Diffstat:
Mcollects/macro-debugger/model/reductions-config.ss | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/macro-debugger/model/reductions-config.ss b/collects/macro-debugger/model/reductions-config.ss @@ -240,7 +240,7 @@ stx (apply make-prefab-struct (prefab-struct-key stx) - (vector->list rinner))))] + (cdr (vector->list rinner)))))] [else stx])) ;; make-renames-mapping : stx stx -> stx kw-args -> stx