summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorJohn Lenz <jlenz2@math.uiuc.edu>2004-11-04 01:35:36 +0000
committerJohn Lenz <jlenz2@math.uiuc.edu>2004-11-04 01:35:36 +0000
commite4e0977bab9f7dc280c7ca2ade01b6cf9641dc64 (patch)
tree20d899d7ad17bb701c8d1bb7b210b58236acf546 /Doc
parenteec55ff302d5f8803853ed17d6a0eb744b010eae (diff)
downloadswig-e4e0977bab9f7dc280c7ca2ade01b6cf9641dc64.tar.gz
Update Guile docs to reflect the change from -gh to -scm as default.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6653 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Guile.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Manual/Guile.html b/Doc/Manual/Guile.html
index b32239dee..57187cd11 100644
--- a/Doc/Manual/Guile.html
+++ b/Doc/Manual/Guile.html
@@ -57,12 +57,12 @@ we explicitly prefix the context, e.g., "guile-module".
<p>The guile module can currently export wrapper files that use the guile GH interface or the
SCM interface. This is controlled by an argument passed to swig. The "-gh" argument causes swig
-to output GH code, and the "-scm" argument causes swig to output SCM code. Right now the "-gh" argument
+to output GH code, and the "-scm" argument causes swig to output SCM code. Right now the "-scm" argument
is the default. The "-scm" wrapper generation assumes a guile version &gt;= 1.6 and has several advantages over
the "-gh" wrapper generation including garbage collection and GOOPS support.
-The "-gh" wrapper generation can be used for older versions of guile. Thus eventually
-the guile GH wrapper code generation will be depreciated (as guile 1.6 and above become more common) and the
-SCM interface will become the default. The SCM and GH interface differ greatly in how they store
+The "-gh" wrapper generation can be used for older versions of guile.
+The guile GH wrapper code generation is depreciated and the
+SCM interface is the default. The SCM and GH interface differ greatly in how they store
pointers and have completely different run-time code. See below for more info.
<p>The GH interface to guile is deprecated. Read more about why in the