We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f0c6f commit 5f099deCopy full SHA for 5f099de
src/frontc/cabs2cil.ml
@@ -5797,7 +5797,7 @@ and doAliasFun vtype (thisname:string) (othername:string)
5797
(* Do one declaration *)
5798
and doDecl (isglobal: bool) : A.definition -> chunk = function
5799
| A.DECDEF ((s, nl), loc) ->
5800
- currentLoc := convLoc(loc);
+ currentLoc := convLoc loc;
5801
currentExpLoc := convLoc loc; (* eloc for local initializer assignment instruction *)
5802
(* Do the specifiers exactly once *)
5803
let sugg =
0 commit comments