commit | 447db45365e37ec97c41b26b5a24e38d58e4f3ae | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu May 29 17:59:01 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu May 29 17:59:01 2014 +0000 |
tree | 0a5d862b330aa58b1e7cc98e0a859e7c729697fa | |
parent | 3a3b71c7d8b4d6ca2d6703008bd77b507271c0b9 [diff] |
Constify tv_* functions * defs.h (tv_nz, tv_cmp, tv_float, tv_add, tv_sub, tv_mul, tv_div): Add const qualifier to read only arguments. * util.c (tv_nz, tv_cmp, tv_float, tv_add, tv_sub, tv_mul, tv_div): Likewise.