diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-01-11 13:26:50 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-01-11 17:18:39 +0100 |
commit | bb737b6f0e41e16dddf5c4d0d12d406adfcd5851 (patch) | |
tree | 9b39cb1384a078b7b0fc2f31a648890c0b4528d3 /src/nvim/regexp.c | |
parent | 04c0658024a98a0586997f0ea8af1e3f774cc83e (diff) | |
download | rneovim-bb737b6f0e41e16dddf5c4d0d12d406adfcd5851.tar.gz rneovim-bb737b6f0e41e16dddf5c4d0d12d406adfcd5851.tar.bz2 rneovim-bb737b6f0e41e16dddf5c4d0d12d406adfcd5851.zip |
Cleanup: Refactor variables: long --> int.
At 31c8440fee0bd694093d83af5dee20e3c3dc876c, some variables were changed
from int to long, to avoid -Wconversion errors. Long type was the
appropiate one because getdigits() was returning a long.
Now that we have get_int_digits() and get_long_digits(), we can revert
mentioned variables to int, and use get_int_digits() without having
-Wconversion warnings.
Diffstat (limited to 'src/nvim/regexp.c')
0 files changed, 0 insertions, 0 deletions