mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update luaconf.h
Add #ifndef guard to enable users to define at compile-time without having to modify the luau source.
This commit is contained in:
parent
97965c7c0a
commit
a7fd6e99e7
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@
|
|||
long l; \
|
||||
}
|
||||
|
||||
#ifndef LUA_VECTOR_SIZE
|
||||
#define LUA_VECTOR_SIZE 3 // must be 3 or 4
|
||||
#endif
|
||||
|
||||
#define LUA_EXTRA_SIZE (LUA_VECTOR_SIZE - 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue