TclListSeqConstChar -> tclListSeqConstChar

This commit is contained in:
James Cherry 2020-04-04 16:12:28 -07:00
parent 7172beea17
commit 4a9a38f20a
1 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ tclListSetConstChar(Tcl_Obj *const source,
}
StringSeq *
TclListSeqConstChar(Tcl_Obj *const source,
tclListSeqConstChar(Tcl_Obj *const source,
Tcl_Interp *interp)
{
int argc;
@ -371,7 +371,7 @@ using namespace sta;
}
%typemap(in) StringSeq* {
$1 = TclListSeqConstChar($input, interp);
$1 = tclListSeqConstChar($input, interp);
}
%typemap(out) StringSeq* {