API: Refactor: Use macro for initializing all arrays

This commit is contained in:
Thiago de Arruda
2014-05-23 15:49:48 -03:00
parent 1156360fe7
commit 9815688fbd
5 changed files with 8 additions and 9 deletions

View File

@@ -8,8 +8,6 @@
#include "nvim/api/private/defs.h"
#define ARRAY_DICT_INIT {.size = 0, .items = NULL}
/// Validates the basic structure of the msgpack-rpc call and fills `res`
/// with the basic response structure.
///