blob: 17aec6714d6d2c0a671cc9842ff20637b9db4786 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|