Updated information on Guile typemaps.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@714 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2000-08-29 09:23:48 +00:00
commit 6e9849b3c8

View file

@ -1021,18 +1021,8 @@ complained so far.
</a>
<p>
It used to be that the mappings for "native" types were included in
guile.cxx. This information is now in Lib/guile/typemaps.i, which
presents a new challenge: how to have SWIG include typemaps.i before
processing the user's foo.i. At this time, we must say:
<blockquote>
<pre>
%include guile/typemaps.i
</pre>
</blockquote>
in foo.i. This may change in the future.
The Guile module handles all non-pointer types via typemaps. This
information is read from <code>Lib/guile/typemaps.i</code>.
<a name="10.5" href="#i10.5">
<h3>10.5 Smobs</h3>