mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +00:00
lua: Fix header guards
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef NVIM_VIML_EXECUTOR_CONVERTER_H
|
#ifndef NVIM_LUA_CONVERTER_H
|
||||||
#define NVIM_VIML_EXECUTOR_CONVERTER_H
|
#define NVIM_LUA_CONVERTER_H
|
||||||
|
|
||||||
#include <lua.h>
|
#include <lua.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
@@ -12,4 +12,4 @@
|
|||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "lua/converter.h.generated.h"
|
# include "lua/converter.h.generated.h"
|
||||||
#endif
|
#endif
|
||||||
#endif // NVIM_VIML_EXECUTOR_CONVERTER_H
|
#endif // NVIM_LUA_CONVERTER_H
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#ifndef NVIM_VIML_EXECUTOR_EXECUTOR_H
|
#ifndef NVIM_LUA_EXECUTOR_H
|
||||||
#define NVIM_VIML_EXECUTOR_EXECUTOR_H
|
#define NVIM_LUA_EXECUTOR_H
|
||||||
|
|
||||||
#include <lua.h>
|
#include <lua.h>
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ void nlua_add_api_functions(lua_State *lstate) REAL_FATTR_NONNULL_ALL;
|
|||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "lua/executor.h.generated.h"
|
# include "lua/executor.h.generated.h"
|
||||||
#endif
|
#endif
|
||||||
#endif // NVIM_VIML_EXECUTOR_EXECUTOR_H
|
#endif // NVIM_LUA_EXECUTOR_H
|
||||||
|
Reference in New Issue
Block a user