Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama Clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
pub
Frama Clang
Commits
ba58d7bb
Commit
ba58d7bb
authored
5 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[dev] 4.05.0 compatibility
parent
95d1d186
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reorder_defs.ml
+2
-1
2 additions, 1 deletion
reorder_defs.ml
with
2 additions
and
1 deletion
reorder_defs.ml
+
2
−
1
View file @
ba58d7bb
...
@@ -328,8 +328,9 @@ end
...
@@ -328,8 +328,9 @@ end
environment afterwards).
environment afterwards).
*)
*)
open
Cil
class
compute_deps
=
class
compute_deps
=
let
open
Cil
in
let
is_global
s
=
Extlib
.
string_prefix
~
strict
:
true
"_Z"
s
in
let
is_global
s
=
Extlib
.
string_prefix
~
strict
:
true
"_Z"
s
in
object
(
self
)
object
(
self
)
inherit
Cabsvisit
.
nopCabsVisitor
inherit
Cabsvisit
.
nopCabsVisitor
...
...
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