From 6ad970ab239fc69d9957f7a2d03fd6ee3331e281 Mon Sep 17 00:00:00 2001 From: John Lenz Date: Mon, 13 Dec 2004 20:17:37 +0000 Subject: [PATCH] Update to chicken documentation for new -nounit argument git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6871 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Doc/Manual/Chicken.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SWIG/Doc/Manual/Chicken.html b/SWIG/Doc/Manual/Chicken.html index fe6293be1..b803d59e2 100644 --- a/SWIG/Doc/Manual/Chicken.html +++ b/SWIG/Doc/Manual/Chicken.html @@ -170,7 +170,9 @@
  • Using -module example on the SWIG command line.
  • - The generated example.scm file then exports (declare (unit modulename)) + The generated example.scm file then exports (declare (unit modulename)). + If you do not want SWIG to export the (declare (unit modulename)), pass + the -nounit option to SWIG.

    CHICKEN will be able to access the module using the (declare @@ -385,9 +387,9 @@

  • No exception handling.
  • No director support.
  • No support for c++ standard types like std::vector.
  • -
  • No support for automatic garbage collection of wrapped classes and structures. (Planned on adding in SWIG version 1.3.24)
  • -
  • Importing multiple SWIG modules not working with TinyCLOS. (Planned on fixing for 1.3.24)
  • -
  • Problems with complicated function overloading. (Planned on fixing for 1.3.24)
  • +
  • No support for automatic garbage collection of wrapped classes and structures. (Planned on adding in SWIG version 1.3.25)
  • +
  • Importing multiple SWIG modules not working with TinyCLOS. (Planned on fixing for 1.3.25)
  • +
  • Problems with complicated function overloading. (Planned on fixing for 1.3.25)