diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13344,6 +13344,8 @@ val copy(val seq) return copy_buf(seq); case FUN: return copy_fun(seq); + case RNG: + return vec_seq(seq); case TNOD: return copy_tnode(seq); case CPTR: |