remove raise as keyword test- it conflicts with _raise in LIBCMT on windows
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10537 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
595ce07838
commit
a1e23610d6
1 changed files with 3 additions and 3 deletions
|
|
@ -8,12 +8,12 @@
|
|||
|
||||
%inline %{
|
||||
|
||||
#define KW(x, y) int x (int y) { return y;}
|
||||
#define KW(x, y) int x (int y) { return y; }
|
||||
|
||||
/* Python keywords */
|
||||
KW(in, except)
|
||||
KW(except, in)
|
||||
KW(raise, in)
|
||||
KW(pass, in)
|
||||
|
||||
/* Perl keywords */
|
||||
KW(tie, die)
|
||||
|
|
@ -25,7 +25,7 @@ KW(byte, final)
|
|||
|
||||
/* C# Keywords */
|
||||
KW(string, out)
|
||||
struct sealed {};
|
||||
struct sealed {int i;};
|
||||
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue