mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-14 21:39:09 +00:00
Update ScriptInterface.cpp
Required space between literal and string macro added.
This commit is contained in:
parent
021512337e
commit
2f55036986
1 changed files with 1 additions and 1 deletions
|
@ -10409,7 +10409,7 @@ static const struct {
|
|||
#undef MK_ALIAS
|
||||
#define MK_FUNC(base, getter, prefix, suffix) luaRegister(prefix##_##suffix),
|
||||
#define MK_STR(s) #s
|
||||
#define MK_ALIAS(prefix, suffix, alias) {MK_STR(prefix)"_"MK_STR(alias), l_##prefix##_##suffix},
|
||||
#define MK_ALIAS(prefix, suffix, alias) {MK_STR(prefix) "_" MK_STR(alias), l_##prefix##_##suffix},
|
||||
|
||||
EXPAND_FUNC_PROTOTYPES
|
||||
|
||||
|
|
Loading…
Reference in a new issue