mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
11 lines
229 B
OpenEdge ABL
11 lines
229 B
OpenEdge ABL
|
|
// Ignore kernel only symbols
|
|
%ignore init_marks;
|
|
%ignore term_marks;
|
|
%ignore change_jumps_stack_format;
|
|
%ignore move_marks;
|
|
%ignore loc_gtag;
|
|
%ignore DEFINE_CURLOC_HELPERS;
|
|
%ignore DEFINE_LOCATION_HELPERS;
|
|
|
|
%include "moves.hpp" |