Explorar o código

[eval] disable object map hashing for now

Simon Krajewski %!s(int64=8) %!d(string=hai) anos
pai
achega
2bc2f8639f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/macro/eval/evalValue.ml

+ 1 - 1
src/macro/eval/evalValue.ml

@@ -183,7 +183,7 @@ module ValueHashtbl = Hashtbl.Make(struct
 
 	let equal = equals
 
-	let hash = Hashtbl.hash
+	let hash _ = 0
 end)
 
 let vnull = VNull