summaryrefslogtreecommitdiffstats
path: root/runtime/vim32x32.xpm
diff options
context:
space:
mode:
authorDrew Vogel <dvogel@github>2024-05-22 16:51:53 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-22 16:51:53 +0200
commit5090f838bbcd3a13433d9fe20a94f3ce6b796eb1 (patch)
treeb22ab7d1d863db2ce779b3d71b82e9a2c2331947 /runtime/vim32x32.xpm
parent802fc04a78a7d98673dc9171d4b89597447a5bda (diff)
patch 9.1.0432: Ancient XPM preprocessor hack may cause build errorsv9.1.0432
Problem: Ancient XPM preprocessor hack may cause build errors. Solution: Simplify XPM includes and get rid of complicated #ifdef magic (Drew Vogel). closes: #14816 Signed-off-by: Drew Vogel <dvogel@github> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/vim32x32.xpm')
-rw-r--r--runtime/vim32x32.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/vim32x32.xpm b/runtime/vim32x32.xpm
index 43a3a40c0b..017b93b6f8 100644
--- a/runtime/vim32x32.xpm
+++ b/runtime/vim32x32.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * vim32x32[] = {
+static const char * vim32x32[] = {
"32 32 8 1",
" c None",
". c #000000",