Fix wrapping of C++ enum boolean values
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12028 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
227f2e2e0a
commit
8a169eb0cb
4 changed files with 26 additions and 4 deletions
|
|
@ -1,6 +1,10 @@
|
|||
Version 2.0.0 (in progress)
|
||||
============================
|
||||
|
||||
2010-05-14: wsfulton
|
||||
Fix wrapping of C++ enum boolean values reported by Torsten Landschoff:
|
||||
typedef enum { PLAY = true, STOP = false } play_state;
|
||||
|
||||
2010-05-14: olly
|
||||
[PHP] Fix wrapping of global variables which was producing
|
||||
uncompilable code in some cases.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue