- Fix SF bug 1573892

- Minor change to chicken to make it work with version 2.5rc1
- add externaltest to chicken and guile modules


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9451 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
John Lenz 2006-10-14 08:19:27 +00:00
commit 56904f30d0
13 changed files with 175 additions and 2 deletions

View file

@ -276,7 +276,9 @@ CHICKEN::top(Node *n)
Printv(f_scm,"(define swig-init-return (swig-init))\n\n", NIL);
if (clos) {
Printf (f_scm, "(declare (uses tinyclos))\n");
//Printf (f_scm, "(declare (uses tinyclos))\n");
//New chicken versions have tinyclos as an egg
Printf(f_scm, "(require-extension tinyclos)\n");
Replaceall(closprefix,"$module", scmmodule);
Printf (f_scm, "%s\n", closprefix);
Printf (f_scm, "%s\n", clos_class_defines);