*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6115 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
23d5f2ab9a
commit
5203294828
1 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,15 @@
|
|||
Version 1.3.22 (in progress)
|
||||
==================================
|
||||
|
||||
08/23/2004: mkoeppe
|
||||
[Allegro CL] Use typemaps "ffitype" and "lisptype" to determine the FFI type
|
||||
specifiers from the C type. This makes it possible, for instance, to control
|
||||
whether a C "char" argument takes a Lisp character or a Lisp integer value.
|
||||
The default (taking Lisp characters) is done by these built-in typemaps:
|
||||
%typemap(ffitype) char ":char"; %typemap(lisptype) char "character";
|
||||
If char means an integer instead, use these typemaps:
|
||||
%typemap(ffitype) char ":char"; %typemap(lisptype) char "integer";
|
||||
|
||||
08/22/2004: wsfulton
|
||||
As discussed in bug #772453, the SWIG library directory is now installed
|
||||
into a different default directory. The library used to be installed to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue