diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-11 02:30:01 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-11 02:30:01 +0200 |
commit | 69cf1be454c7caae026107e645c5343365b1be19 (patch) | |
tree | 661a89ab76a730d651a464735fb654ef099e55ca /parser.fun | |
parent | 512985277bf70e425ab6e96b3aea69ba91426afc (diff) |
Xor idiom
Diffstat (limited to 'parser.fun')
-rw-r--r-- | parser.fun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3389,7 +3389,7 @@ functor Parser(structure Tree: TREE; structure P: PPC; val offset = case ctx of Ctx v => length $ #localScopes v in - printf R offset + dprintf R offset `"local var " P.?nid `"(" I varId `"): " Pctype t `"\n" %; (SOME $ LocalId (varId, ini), ctx) |