aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memline.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-06-26 11:01:10 +0200
committerGitHub <noreply@github.com>2019-06-26 11:01:10 +0200
commit469726d3c5ae2b1db2366625d07f830e68ed1e05 (patch)
tree5d83973b94aa810e23ebbd9353476a74592508d4 /src/nvim/memline.c
parent8b263c7a6868105adae69f001899c5837b302bef (diff)
parent2d6c91ab9954c2f3be27c7eefaaa498d91e557be (diff)
downloadrneovim-469726d3c5ae2b1db2366625d07f830e68ed1e05.tar.gz
rneovim-469726d3c5ae2b1db2366625d07f830e68ed1e05.tar.bz2
rneovim-469726d3c5ae2b1db2366625d07f830e68ed1e05.zip
Merge #10340 from janlazo/vim-8.1.1593
vim-patch:8.0.1688,8.1.1593
Diffstat (limited to 'src/nvim/memline.c')
-rw-r--r--src/nvim/memline.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/memline.c b/src/nvim/memline.c
index a69669f680..b027459706 100644
--- a/src/nvim/memline.c
+++ b/src/nvim/memline.c
@@ -1,9 +1,9 @@
// This is an open source non-commercial project. Dear PVS-Studio, please check
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
-/* for debugging */
-/* #define CHECK(c, s) if (c) EMSG(s) */
-#define CHECK(c, s)
+// for debugging
+// #define CHECK(c, s) do { if (c) EMSG(s); } while (0)
+#define CHECK(c, s) do { } while (0)
/*
* memline.c: Contains the functions for appending, deleting and changing the