Skip to content

Commit

Permalink
Merge pull request #14 from thisiscam/master
Browse files Browse the repository at this point in the history
match flow.h inconsistent use of __isl_export
  • Loading branch information
inducer committed Apr 6, 2018
2 parents acb3468 + 13fdf6e commit cdbd5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen_wrap.py
Expand Up @@ -542,6 +542,7 @@ def isl_class_to_py_class(cls_name):
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+)$")
Expand Down

0 comments on commit cdbd5c6

Please sign in to comment.