mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
refactor: split executor.c into two files
This commit is contained in:
10
src/nvim/lua/stdlib.h
Normal file
10
src/nvim/lua/stdlib.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef NVIM_LUA_STDLIB_H
|
||||
#define NVIM_LUA_STDLIB_H
|
||||
|
||||
#include <lua.h>
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "lua/stdlib.h.generated.h"
|
||||
#endif
|
||||
|
||||
#endif // NVIM_LUA_STDLIB_H
|
Reference in New Issue
Block a user