mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-05 05:28:32 +00:00
Squashed '3rdparty/toluapp/' changes from db877c5d..afe3be74
afe3be74 Enable std c99 (#5) git-subtree-dir: 3rdparty/toluapp git-subtree-split: afe3be74401a5e3fa592ddc1b0c625862ea3301d
This commit is contained in:
parent
f0eb4a3477
commit
ebfbb3f6df
@ -140,13 +140,13 @@ static inline const char* tolua_tocppstring (lua_State* L, int narg, const char*
|
||||
|
||||
const char* s = tolua_tostring(L, narg, def);
|
||||
return s?s:"";
|
||||
};
|
||||
}
|
||||
|
||||
static inline const char* tolua_tofieldcppstring (lua_State* L, int lo, int index, const char* def) {
|
||||
|
||||
const char* s = tolua_tofieldstring(L, lo, index, def);
|
||||
return s?s:"";
|
||||
};
|
||||
}
|
||||
|
||||
#else
|
||||
#define tolua_tocppstring tolua_tostring
|
||||
|
Loading…
x
Reference in New Issue
Block a user