summaryrefslogtreecommitdiff
path: root/Doc/Manual/Mzscheme.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Mzscheme.html')
-rw-r--r--Doc/Manual/Mzscheme.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Manual/Mzscheme.html b/Doc/Manual/Mzscheme.html
index 40173d720..fadda5fc9 100644
--- a/Doc/Manual/Mzscheme.html
+++ b/Doc/Manual/Mzscheme.html
@@ -8,7 +8,7 @@
<body bgcolor="#ffffff">
-<H1><a name="Mzscheme"></a>29 SWIG and MzScheme/Racket</H1>
+<H1><a name="Mzscheme"></a>30 SWIG and MzScheme/Racket</H1>
<!-- INDEX -->
<div class="sectiontoc">
<ul>
@@ -24,7 +24,7 @@
<p>
This section contains information on SWIG's support of Racket, formally known as MzScheme.
-<H2><a name="MzScheme_nn2"></a>29.1 Creating native structures</H2>
+<H2><a name="MzScheme_nn2"></a>30.1 Creating native structures</H2>
<p>
@@ -65,7 +65,7 @@ Then in scheme, you can use regular struct access procedures like
</pre>
</div>
-<H2><a name="MzScheme_simple"></a>29.2 Simple example</H2>
+<H2><a name="MzScheme_simple"></a>30.2 Simple example</H2>
<p>
@@ -166,7 +166,7 @@ Some points of interest:
<li> The above requests mzc to create an extension using the CGC garbage-collector. The alternative -- the 3m collector -- has generally better performance, but work is still required for SWIG to emit code which is compatible with it.
</ul>
-<H2><a name="MzScheme_external_docs"></a>29.3 External documentation</H2>
+<H2><a name="MzScheme_external_docs"></a>30.3 External documentation</H2>
<p>