restored the string kw, now it works fine
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5625 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6d1978b1ef
commit
339a7e6aec
2 changed files with 2 additions and 5 deletions
|
|
@ -70,6 +70,7 @@ CSHARPKW(sizeof);
|
|||
CSHARPKW(stackalloc);
|
||||
CSHARPKW(static);
|
||||
CSHARPKW(struct);
|
||||
CSHARPKW(string);
|
||||
CSHARPKW(switch);
|
||||
CSHARPKW(this);
|
||||
CSHARPKW(throw);
|
||||
|
|
@ -88,9 +89,6 @@ CSHARPKW(volatile);
|
|||
CSHARPKW(while);
|
||||
|
||||
|
||||
/* swig seems to managing this one right */
|
||||
// CSHARPKW(string);
|
||||
|
||||
#undef CSHARPKW
|
||||
|
||||
#endif //__csharp_csharpkw_swg__
|
||||
|
|
|
|||
|
|
@ -42,14 +42,13 @@ PIKEKW(public);
|
|||
PIKEKW(return);
|
||||
PIKEKW(sscanf);
|
||||
PIKEKW(static);
|
||||
PIKEKW(string);
|
||||
PIKEKW(switch);
|
||||
PIKEKW(typeof);
|
||||
PIKEKW(varargs);
|
||||
PIKEKW(void);
|
||||
PIKEKW(while);
|
||||
|
||||
// Swig manages this one right
|
||||
// PIKEKW(string);
|
||||
|
||||
#undef PIKEKW
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue