diff --git a/gen_wrap.py b/gen_wrap.py index 000e947bd43d92df1f995225cbd6fab577fe48c8..3e5231d7d27a57326f72423386564a3b06324cf5 100644 --- a/gen_wrap.py +++ b/gen_wrap.py @@ -542,6 +542,7 @@ FUNC_PTR_RE = re.compile(r""" STRUCT_DECL_RE = re.compile( r"(__isl_export\s+)?" "struct\s+" + "(__isl_export\s+)?" "(__isl_subclass\([a-z_ ]+\)\s+)?" "([a-z_A-Z0-9]+)\s*;") ARG_RE = re.compile(r"^((?:\w+)\s+)+(\**)\s*(\w+)$")