aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-06-03 14:15:36 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-06-03 14:15:36 -0400
commitf421757e57903d07ae905906b9da51abba7af2b4 (patch)
treeead291985448f07c948b2de3748a2ad22af359c6 /src/nvim/eval.c
parentabe47d5f64b2748633d1262e2b395ce8322852a7 (diff)
downloadrneovim-f421757e57903d07ae905906b9da51abba7af2b4.tar.gz
rneovim-f421757e57903d07ae905906b9da51abba7af2b4.tar.bz2
rneovim-f421757e57903d07ae905906b9da51abba7af2b4.zip
reorg
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index 92e572db2f..7edf511c18 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -22111,9 +22111,8 @@ bool eval_has_provider(char *name)
return false;
}
-// Compute the `DictWatcher` address from a QUEUE node. This only exists because
-// ASAN doesn't handle `QUEUE_DATA` pointer arithmetic, and we blacklist this
-// function on .asan-blacklist.
+// Compute the `DictWatcher` address from a QUEUE node. This only exists for
+// .asan-blacklist (ASAN doesn't handle QUEUE_DATA pointer arithmetic).
static DictWatcher *dictwatcher_node_data(QUEUE *q)
FUNC_ATTR_NONNULL_ALL FUNC_ATTR_NONNULL_RET
{