Skip to content

Commit

Permalink
switch _set into #=
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongbo Zhang committed Jul 3, 2016
1 parent e14c62b commit 581c7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jscomp/common/literals.ml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let stdlib = "stdlib"

let imul = "imul" (* signed int32 mul *)

let setter_suffix = "_set"
let setter_suffix = "#="
let setter_suffix_len = String.length setter_suffix

let case = "case"
Expand Down

0 comments on commit 581c7bd

Please sign in to comment.