*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4678 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b1542c34c6
commit
493a80d180
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
|||
Version 1.3.20 (In progress)
|
||||
============================
|
||||
04/11/2003: beazley
|
||||
Fixed problem with preprocessor macro expansion. For example:
|
||||
|
||||
#define min(x,y) ((x) < (y)) ? (x) : (y)
|
||||
int f(int min);
|
||||
|
||||
Reported by Sebastien Recio.
|
||||
|
||||
04/10/2003: cheetah (William Fulton)
|
||||
[Java] Added a runtime check to typemaps in arrays_java.i library to check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue