Minor updates to the documentation

Minor bug fixes to chicken


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7595 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
John Lenz 2005-10-06 01:20:05 +00:00
commit d635d48eb5
4 changed files with 19 additions and 7 deletions

View file

@ -7,6 +7,7 @@
(error "Error in inoutr-int2"))))
(call-with-values (lambda () (out-foo 4))
(lambda (a b)
;
(if (not (and (= (slot-ref a 'a) 4) (= b 8)))
(error "Error in out-foo"))))