diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -360,8 +360,8 @@ struct range { struct buf { obj_common; mem_t *data; - val len; - val size; + ucnum len; + ucnum size; }; struct tnod { |