diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-04-30 20:21:21 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-03 10:04:49 -0400 |
commit | 4fe0a51844cc7502e46d29b8ac4077d76eba41c0 (patch) | |
tree | 548a6c4594c3299f945645528540d8a3b360933b /src/syntax.h | |
parent | ad966753d40a16ff77e5056fd95a5716326b0891 (diff) | |
download | rneovim-4fe0a51844cc7502e46d29b8ac4077d76eba41c0.tar.gz rneovim-4fe0a51844cc7502e46d29b8ac4077d76eba41c0.tar.bz2 rneovim-4fe0a51844cc7502e46d29b8ac4077d76eba41c0.zip |
Remove project int types: Case long_i: Replace with plain long.
Replace long_i with plain long.
long_i was just plain long, adding marker __w64, to be used by
Microsoft's compilers only, as an aid when transitioning from 32 bits to
64 bits. Purpose of this marker was, in fact, to make a 32 bit compiler
emit the same warnings that a 64 bit compiler would.
This __w64 marker is nowadays deprecated by said compilers, and use of a
real 64 bit compiler is recommended instead. See
http://msdn.microsoft.com/en-us/library/s04b5w00.aspx for details.
So, there's no reason to maintain this anymore, and thus is removed.
Refactoring long into int64_t is not attempted, as doing that in a bulk
way is too much complicated. That is left to be done later, on a
file-by-file basis, probably intermixed with file-by-file -Wconversion
activation.
Requested in #459.
Diffstat (limited to 'src/syntax.h')
0 files changed, 0 insertions, 0 deletions