Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@fornwall
Copy link

@fornwall fornwall commented Dec 8, 2016

Using unsigned short instead of ushort is consistent with the vim codebase as well as more portable (specifically, it fixes a compile error on Android).

Using unsigned short instead of ushort is consistent with the vim
codebase as well as more portable (specifically, it fixes a compile
error on Android).
@brammool brammool closed this in 63de19e Dec 9, 2016
desvp pushed a commit to desvp/vim that referenced this pull request May 30, 2017
Problem:    Configure uses "ushort" while the Vim code doesn't.
Solution:   Use "unsigned short" instead. (Fredrik Fornwall, closes vim#1314)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant