| Previous | 199869 Revisions | Next |
| r34321 Saturday 10th January, 2015 at 13:06:25 UTC by Miodrag Milanović |
|---|
| Fix compile with LuaBridge |
| [3rdparty/luabridge/Source/LuaBridge/detail] | Stack.h |
| r242832 | r242833 | |
|---|---|---|
| 457 | 457 | { |
| 458 | 458 | static inline void push (lua_State* L, std::string const& str) |
| 459 | 459 | { |
| 460 | lua_pushstring (L, str.c_str() | |
| 460 | lua_pushstring (L, str.c_str()); | |
| 461 | 461 | } |
| 462 | 462 | |
| 463 | 463 | static inline std::string get (lua_State* L, int index) |
| https://github.com/mamedev/mame/commit/b8e52b09c37877bf301ca64e76db3131010c5fb6 |
| Previous | 199869 Revisions | Next |