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:
Marcelo Matus 2004-01-13 01:38:07 +00:00
commit 339a7e6aec
2 changed files with 2 additions and 5 deletions

View file

@ -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__

View file

@ -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