diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-05-24 01:17:45 +0200 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-05-24 01:17:45 +0200 |
commit | 4d97ae66f941d9817a8b4857a34fd7ba237a2861 (patch) | |
tree | 407fc2ad430cb833ab43f1f5047df950d62a8ac5 /scripts/msgpack-gen.lua | |
parent | 98255c7a78d5c9ccbbc580160d13dec2978a081a (diff) | |
download | rneovim-4d97ae66f941d9817a8b4857a34fd7ba237a2861.tar.gz rneovim-4d97ae66f941d9817a8b4857a34fd7ba237a2861.tar.bz2 rneovim-4d97ae66f941d9817a8b4857a34fd7ba237a2861.zip |
Remove long_u: hashtab: Cleanup: Others.
hashtab.h:
- Add missing includes.
- Move hash_T to the top and use it to define hashtab_T.
- Move hash_removed related definitions to the top, as they are used in
the definition of hashtab_T.
- Reformat multiline expression (start continuation with operator).
- Reformat function declaration into one single line.
hashtab.c:
- Use C99 style variable declarations (move declarations as near to
first-usage point as possible).
- Simplify oldarray/newarray computation.
- Simplify unneeded else branch.
- Remove redundant casts.
Diffstat (limited to 'scripts/msgpack-gen.lua')
0 files changed, 0 insertions, 0 deletions