scilab: fix comment
This commit is contained in:
parent
fbb682195a
commit
beea11cb00
1 changed files with 1 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ SWIG_Scilab_SetOutput(void *_pvApiCtx, SwigSciObject _output) {
|
|||
}
|
||||
|
||||
|
||||
/* Error functions */
|
||||
/* Pointer conversion functions */
|
||||
|
||||
SWIGINTERN int
|
||||
SwigScilabPtrToObject(void *_pvApiCtx, int _iVar, void **_pObjValue, swig_type_info *_descriptor, int _flags, char *_fname) {
|
||||
|
|
@ -121,8 +121,6 @@ SwigScilabPtrToObject(void *_pvApiCtx, int _iVar, void **_pObjValue, swig_type_i
|
|||
return SWIG_OK;
|
||||
}
|
||||
|
||||
/* Pointer conversion functions */
|
||||
|
||||
SWIGRUNTIMEINLINE int
|
||||
SwigScilabPtrFromObject(void *_pvApiCtx, int _iVarOut, void *_object, swig_type_info *_descriptor, int _flags) {
|
||||
SciErr sciErr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue