TclListSeqConstChar -> tclListSeqConstChar
This commit is contained in:
parent
7172beea17
commit
4a9a38f20a
|
|
@ -249,7 +249,7 @@ tclListSetConstChar(Tcl_Obj *const source,
|
||||||
}
|
}
|
||||||
|
|
||||||
StringSeq *
|
StringSeq *
|
||||||
TclListSeqConstChar(Tcl_Obj *const source,
|
tclListSeqConstChar(Tcl_Obj *const source,
|
||||||
Tcl_Interp *interp)
|
Tcl_Interp *interp)
|
||||||
{
|
{
|
||||||
int argc;
|
int argc;
|
||||||
|
|
@ -371,7 +371,7 @@ using namespace sta;
|
||||||
}
|
}
|
||||||
|
|
||||||
%typemap(in) StringSeq* {
|
%typemap(in) StringSeq* {
|
||||||
$1 = TclListSeqConstChar($input, interp);
|
$1 = tclListSeqConstChar($input, interp);
|
||||||
}
|
}
|
||||||
|
|
||||||
%typemap(out) StringSeq* {
|
%typemap(out) StringSeq* {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue