Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
21ea9050
Commit
21ea9050
authored
Jan 29, 2014
by
Vinicius Jarina
Browse files
Removed call to lua_call - Bumped submodules.
parent
ce7fea3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
KeraLua
@
2c8859f8
Compare
c7f70cc7
...
2c8859f8
Subproject commit
c7f70cc73b22fd1f9c8e7299d657aef199b0b5bf
Subproject commit
2c8859f8e61abd863d91d14a9ba6d5b1f65b3bc5
KopiLua
@
ead739dd
Compare
2d0b7183
...
ead739dd
Subproject commit
2d0b7183fe3d64a0ab027d3a8ef5342f3105b358
Subproject commit
ead739ddf2cce1f6db53330cee1bfae8db72234c
Core/NLua/LuaLib/LuaLib.cs
View file @
21ea9050
...
@@ -284,11 +284,6 @@ namespace NLua
...
@@ -284,11 +284,6 @@ namespace NLua
LuaCore
.
LuaPushNil
(
luaState
);
LuaCore
.
LuaPushNil
(
luaState
);
}
}
public
static
void
LuaCall
(
LuaState
luaState
,
int
nArgs
,
int
nResults
)
{
LuaCore
.
LuaCall
(
luaState
,
nArgs
,
nResults
);
}
public
static
void
LuaPushStdCallCFunction
(
LuaState
luaState
,
LuaNativeFunction
function
)
public
static
void
LuaPushStdCallCFunction
(
LuaState
luaState
,
LuaNativeFunction
function
)
{
{
LuaCore
.
LuaPushStdCallCFunction
(
luaState
,
function
);
LuaCore
.
LuaPushStdCallCFunction
(
luaState
,
function
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment