*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5400 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8bd6a0c846
commit
796204c335
1 changed files with 14 additions and 0 deletions
|
|
@ -1,5 +1,19 @@
|
|||
Version 1.3.20 (In progress)
|
||||
============================
|
||||
11/25/2003: beazley
|
||||
Incorporated [ 840878 ] support for %inline { ... } (PATCH).
|
||||
This adds support for the following:
|
||||
|
||||
%inline {
|
||||
... some code ...
|
||||
}
|
||||
|
||||
The difference between this and %inline %{ ... %} is that the
|
||||
enclosed text is processed by the SWIG preprocessor. This
|
||||
allows special macros and other processing to be used in
|
||||
conjunction with %inline.
|
||||
Contributed by Salvador Fandino Garcia.
|
||||
|
||||
11/25/2003: beazley
|
||||
Fixed [ 836903 ] C++ inconsistency (with void arguments).
|
||||
SWIG was having difficulty with f() vs f(void) in C++ programs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue