summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-17 13:38:25 +0900
committerMasaki Muranaka <[email protected]>2013-03-17 17:25:44 +0900
commitca3fd5d0d4310a72c284c169c1d94b7f42ab42c9 (patch)
tree4d441e2ae184f31b81d4c4a071feabc6f99988b2 /include/mruby.h
parent526f4bf6400acdc69b214076946c65b09828f643 (diff)
downloadmruby-ca3fd5d0d4310a72c284c169c1d94b7f42ab42c9.tar.gz
mruby-ca3fd5d0d4310a72c284c169c1d94b7f42ab42c9.zip
Remove memmove(). Use value_move() instead.
value_move() is type-safer than memmove(). And may be faster on some targets. (If it makes slow on your target, rewrite to call memset(s1, s2, sizeof(mrb_value)*n) in value_move().)
Diffstat (limited to 'include/mruby.h')
0 files changed, 0 insertions, 0 deletions