Skip to content

Commit

Permalink
Merge branch 'master' into prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
bunny351 committed May 10, 2011
2 parents 198ef5d + 84c222b commit ca0edb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions distribution/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ tests/dwindtst.expected
tests/callback-tests.scm
tests/reader-tests.scm
tests/pp-test.scm
tests/reverser/reverser.meta
tests/reverser/reverser.setup
tests/reverser/reverser.scm
tests/rev-app.scm
tweaks.scm
utils.scm
apply-hack.x86.S
Expand Down
2 changes: 1 addition & 1 deletion scrutinizer.scm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
((pair? lit) 'pair)
((eof-object? lit) 'eof)
((vector? lit) 'vector)
((and (not (##sys#immediate? lit)) ##sys#generic-structure? lit)
((and (not (##sys#immediate? lit)) (##sys#generic-structure? lit))
`(struct ,(##sys#slot lit 0)))
((null? lit) 'null)
((char? lit) 'char)
Expand Down

0 comments on commit ca0edb1

Please sign in to comment.