Skip to content

Commit

Permalink
mark existspos as pure
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Mar 21, 2015
1 parent 5ef6456 commit b5d57ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/oplist
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ unshift_s r(obj) r(str)
unshift_o r(obj) r(obj)
splice r(obj) r(obj) r(int64) r(int64)
setelemspos r(obj) r(int64)
existspos w(int64) r(obj) r(int64)
existspos w(int64) r(obj) r(int64) :pure
atkey_i w(int64) r(obj) r(str)
atkey_n w(num64) r(obj) r(str)
atkey_s w(str) r(obj) r(str)
Expand Down

0 comments on commit b5d57ae

Please sign in to comment.