fix bug #1435090
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
883e73915f
commit
fdb5c5ccd5
2 changed files with 21 additions and 21 deletions
|
|
@ -13,3 +13,8 @@
|
|||
#define NULL_CONST '\0'
|
||||
#define SPECIALCHAR 'á'
|
||||
|
||||
%inline
|
||||
{
|
||||
const int ia = (int)'a';
|
||||
const int ib = 'b';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue