CFFI - Fix some string constants are incorrect
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13963 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1ab67f5bed
commit
04b60a1508
3 changed files with 11 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#define CONST_CHAR 'x'
|
||||
#define CONST_STRING1 "const string"
|
||||
#define CONST_STRING2 "const" " string"
|
||||
#define CONST_STRING3 "log-revprops"
|
||||
|
||||
// Expressions - runtime tests check the type for any necessary type promotions of the expressions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue