Commit: patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H

1 view
Skip to first unread message

Christian Brabandt

unread,
Mar 22, 2026, 5:17:07 PM (21 hours ago) Mar 22
to vim...@googlegroups.com
patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H

Commit: https://github.com/vim/vim/commit/0172ff5542150e98c072313f02ea105dcc4cc9bb
Author: Ola Söder <rolfk...@gmail.com>
Date: Sun Mar 22 21:03:45 2026 +0000

patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H

Problem: AROS/MorphOS/AmigaOS tiny/small link error
Solution: Include get_cmd_output by defining HAVE_LOCALE_H
(Ola Söder)

closes: #19792

Signed-off-by: Ola Söder <rolfk...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/os_amiga.h b/src/os_amiga.h
index ec65861b8..799bdd52d 100644
--- a/src/os_amiga.h
+++ b/src/os_amiga.h
@@ -20,6 +20,7 @@
# if defined(AZTEC_C) || defined(__amigaos4__)
# define HAVE_STAT_H
# endif
+# define HAVE_LOCALE_H
# define HAVE_STDLIB_H
# define HAVE_STRING_H
# define HAVE_FCNTL_H
diff --git a/src/version.c b/src/version.c
index cfd6d0657..b7344e387 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 231,
/**/
230,
/**/
Reply all
Reply to author
Forward
0 new messages