aboutsummaryrefslogtreecommitdiff
path: root/src/garray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/garray.c')
-rw-r--r--src/garray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garray.c b/src/garray.c
index ebd6748e78..b941233ed1 100644
--- a/src/garray.c
+++ b/src/garray.c
@@ -125,7 +125,7 @@ void ga_append(garray_T *gap, int c)
}
}
-#if (defined(UNIX) && !defined(USE_SYSTEM)) || defined(WIN3264)
+#if defined(UNIX) || defined(WIN3264)
/*
* Append the text in "gap" below the cursor line and clear "gap".
*/