Skip to content

Commit 5f099de

Browse files
committed
Unify convLoc style in Cabs2cil.doDecl
1 parent 25f0c6f commit 5f099de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontc/cabs2cil.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5797,7 +5797,7 @@ and doAliasFun vtype (thisname:string) (othername:string)
57975797
(* Do one declaration *)
57985798
and doDecl (isglobal: bool) : A.definition -> chunk = function
57995799
| A.DECDEF ((s, nl), loc) ->
5800-
currentLoc := convLoc(loc);
5800+
currentLoc := convLoc loc;
58015801
currentExpLoc := convLoc loc; (* eloc for local initializer assignment instruction *)
58025802
(* Do the specifiers exactly once *)
58035803
let sugg =

0 commit comments

Comments
 (0)