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
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
Charles Southerland
frama-c
Commits
48f79944
Commit
48f79944
authored
5 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[Keep_status] revert to previous state (changes commited by mistake)
parent
3e1613da
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/plugins/e-acsl/keep_status.ml
+3
-3
3 additions, 3 deletions
src/plugins/e-acsl/keep_status.ml
with
3 additions
and
3 deletions
src/plugins/e-acsl/keep_status.ml
+
3
−
3
View file @
48f79944
...
@@ -133,9 +133,9 @@ let must_translate kf kind =
...
@@ -133,9 +133,9 @@ let must_translate kf kind =
let
name
=
Functions
.
RTL
.
get_original_name
kf
in
let
name
=
Functions
.
RTL
.
get_original_name
kf
in
try
try
let
info
=
let
info
=
(*
try
*)
Datatype
.
String
.
Hashtbl
.
find
keep_status
name
try
Datatype
.
String
.
Hashtbl
.
find
keep_status
name
(*
with Not_found ->
with
Not_found
->
Options.fatal "[keep_status] unbound function" Datatype.String.pretty kf
*)
Options
.
fatal
"[keep_status] unbound function"
Datatype
.
String
.
pretty
kf
in
in
info
.
cpt
<-
info
.
cpt
+
1
;
info
.
cpt
<-
info
.
cpt
+
1
;
let
kind'
,
keep
=
let
kind'
,
keep
=
...
...
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