mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
These are not needed after #35129 but making uncrustify still play nice with them was a bit tricky. Unfortunately `uncrustify --update-config-with-doc` breaks strings with backslashes. This issue has been reported upstream, and in the meanwhile auto-update on every single run has been disabled.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
// This file is not compiled, just parsed for definitions
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# error "don't include this file, include nvim/ui.h"
|
||||
#endif
|
||||
#error "don't include this file, include nvim/ui.h"
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/func_attr.h"
|
||||
|
Reference in New Issue
Block a user