diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-17 13:38:25 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-17 17:25:44 +0900 |
| commit | ca3fd5d0d4310a72c284c169c1d94b7f42ab42c9 (patch) | |
| tree | 4d441e2ae184f31b81d4c4a071feabc6f99988b2 /include/mruby.h | |
| parent | 526f4bf6400acdc69b214076946c65b09828f643 (diff) | |
| download | mruby-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
