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