Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
islpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
islpy
Commits
cdbd5c66
There was a problem fetching the pipeline summary.
Unverified
Commit
cdbd5c66
authored
7 years ago
by
Andreas Klöckner
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #14 from thisiscam/master
match flow.h inconsistent use of __isl_export
parents
acb34684
13fdf6ed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gen_wrap.py
+1
-0
1 addition, 0 deletions
gen_wrap.py
with
1 addition
and
0 deletions
gen_wrap.py
+
1
−
0
View file @
cdbd5c66
...
@@ -542,6 +542,7 @@ FUNC_PTR_RE = re.compile(r"""
...
@@ -542,6 +542,7 @@ FUNC_PTR_RE = re.compile(r"""
STRUCT_DECL_RE
=
re
.
compile
(
STRUCT_DECL_RE
=
re
.
compile
(
r
"
(__isl_export\s+)?
"
r
"
(__isl_export\s+)?
"
"
struct\s+
"
"
struct\s+
"
"
(__isl_export\s+)?
"
"
(__isl_subclass\([a-z_ ]+\)\s+)?
"
"
(__isl_subclass\([a-z_ ]+\)\s+)?
"
"
([a-z_A-Z0-9]+)\s*;
"
)
"
([a-z_A-Z0-9]+)\s*;
"
)
ARG_RE
=
re
.
compile
(
r
"
^((?:\w+)\s+)+(\**)\s*(\w+)$
"
)
ARG_RE
=
re
.
compile
(
r
"
^((?:\w+)\s+)+(\**)\s*(\w+)$
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment