start strings at 0
This commit is contained in:
parent
14b5950cd4
commit
314286bf1e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ open Ast
|
|||
open Baselib
|
||||
|
||||
let collect_constant_strings code =
|
||||
let counter = ref 0 in
|
||||
let counter = ref (-1) in
|
||||
let env = ref Env.empty in
|
||||
let ccs_value = function
|
||||
| V1.Void -> V2.Void, []
|
||||
|
|
Reference in a new issue