Skip to content
Snippets Groups Projects
Commit ded1c3e3 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[ACSL] fix the fix on logic reads

parent 676b1078
No related branches found
No related tags found
No related merge requests found
...@@ -1656,7 +1656,7 @@ logic_decl_loc: ...@@ -1656,7 +1656,7 @@ logic_decl_loc:
reads_clause: reads_clause:
| /* epsilon */ { None } | /* epsilon */ { None }
| READS full_ne_zones { Some $2 } | READS full_zones { Some $2 }
; ;
typedef: typedef:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment