"suppport" -> "support"
This commit is contained in:
parent
01d0ee86e0
commit
38a75a22c9
2 changed files with 2 additions and 2 deletions
|
|
@ -358,7 +358,7 @@ SWIG-1.3.22 summary:
|
|||
exceptions into target language exceptions.
|
||||
- Improved enum support, mapping to built-in Java 1.5 enums and C#
|
||||
enums or the typesafe enum pattern for these two languages.
|
||||
- Python - much better STL suppport and support for std::wstring,
|
||||
- Python - much better STL support and support for std::wstring,
|
||||
wchar_t and FILE *.
|
||||
- Initial support for Modula3 and Allegro CL.
|
||||
- 64 bit TCL support.
|
||||
|
|
|
|||
|
|
@ -675,7 +675,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
/* Create variables for member pointer constants, not suppported by typemaps (like Python wrapper does) */
|
||||
/* Create variables for member pointer constants, not supported by typemaps (like Python wrapper does) */
|
||||
if (SwigType_type(type) == T_MPOINTER) {
|
||||
String *wname = Swig_name_wrapper(constantName);
|
||||
String *str = SwigType_str(type, wname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue