mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.2048
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
This commit is contained in:
@@ -851,7 +851,7 @@ alloc_clear(unsigned size)
|
||||
char_u *
|
||||
alloc_check(unsigned size)
|
||||
{
|
||||
#if !defined(UNIX) && !defined(__EMX__)
|
||||
#if !defined(UNIX)
|
||||
if (sizeof(int) == 2 && size > 0x7fff)
|
||||
{
|
||||
/* Don't hide this message */
|
||||
|
Reference in New Issue
Block a user