mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-28 03:54:18 +01:00
expr.i: Ignoring optional _getname argument to CompileLine()
This commit is contained in:
parent
6b739548fc
commit
c08d06ab82
@ -45,6 +45,10 @@ bool Compile_wrap(const char *file, char *errbuf, size_t errbufsize)
|
||||
}
|
||||
%}
|
||||
|
||||
//%feature("compactdefaultargs") CompileLine;
|
||||
|
||||
%ignore CompileLine(const char *line, char *errbuf, size_t errbufsize, uval_t (idaapi*_getname)(const char *name)=NULL);
|
||||
|
||||
%rename (CompileLine) CompileLine_wrap;
|
||||
%inline %{
|
||||
bool CompileLine_wrap(const char *line, char *errbuf, size_t errbufsize)
|
||||
|
Loading…
Reference in New Issue
Block a user