Use generated static declarations in cursor.c

This commit is contained in:
ZyX
2014-06-02 01:05:57 +04:00
committed by Thiago de Arruda
parent 1747d3d940
commit 4aecb71b0e

View File

@@ -10,7 +10,9 @@
#include "nvim/screen.h"
#include "nvim/vim.h"
static int coladvance2(pos_T *pos, bool addspaces, bool finetune, colnr_T wcol);
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "cursor.c.generated.h"
#endif
/*
* Get the screen position of the cursor.