Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
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-c
Commits
aaf51964
Commit
aaf51964
authored
5 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[cil_types_debug] remove dependency on Cil_datatype
The transitive dependencies are just to heavy to load in ocamldebug
parent
48bfdf13
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
src/kernel_services/ast_printing/cil_types_debug.ml
+2
-1
2 additions, 1 deletion
src/kernel_services/ast_printing/cil_types_debug.ml
with
2 additions
and
1 deletion
src/kernel_services/ast_printing/cil_types_debug.ml
+
2
−
1
View file @
aaf51964
...
...
@@ -607,7 +607,8 @@ and pp_location fmt (pos_start,pos_end) =
p
fmt
"(%a,%a)"
pp_filepath_position
pos_start
pp_filepath_position
pos_end
and
pp_if_loc_known
prefix
suffix
fmt
loc
=
if
print_locations
&&
loc
<>
Cil_datatype
.
Location
.
unknown
if
print_locations
&&
not
(
Filepath
.
Normalized
.
is_unknown
(
fst
loc
)
.
Filepath
.
pos_path
)
then
Format
.
fprintf
fmt
"%s%a%s"
prefix
pp_location
loc
suffix
else
()
...
...
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