mirror of
https://github.com/vim/vim.git
synced 2025-10-26 09:14:23 -04:00
patch 9.1.1803: Amiga: build errors
Problem: Amiga: build errors Solution: Update preprocessor conditionals (Ola Söder). closes: #18423 Signed-off-by: Ola Söder <rolfkopman@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
91ac18cb03
commit
02f8d2ebd5
@@ -5230,7 +5230,7 @@ typedef struct
|
||||
#define KEYVALUE_ENTRY(k, v) \
|
||||
{(k), {((char_u *)v), STRLEN_LITERAL(v)}}
|
||||
|
||||
#if defined(UNIX) || defined(MSWIN) || defined(VMS)
|
||||
#if defined(UNIX) || defined(MSWIN) || defined(VMS) || defined(AMIGA)
|
||||
// Defined as signed, to return -1 on error
|
||||
struct cellsize {
|
||||
int cs_xpixel;
|
||||
|
||||
Reference in New Issue
Block a user