Fix typos
This commit is contained in:
parent
4c86f17bcb
commit
618868ce3d
17 changed files with 65 additions and 65 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
dual.cpp a test for multiple modules and multiple intrepreters staticly linked together.
|
||||
dual.cpp a test for multiple modules and multiple interpreters statically linked together.
|
||||
|
||||
Earlier version of lua bindings for SWIG would fail if staticly linked.
|
||||
Earlier version of lua bindings for SWIG would fail if statically linked.
|
||||
|
||||
What is happening is as follows:
|
||||
example.i declares a type Foo
|
||||
|
|
@ -28,7 +28,7 @@ both Foo and Bar.
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// the 2 libraries which are wrappered via SWIG
|
||||
// the 2 libraries which are wrapped via SWIG
|
||||
extern "C" int luaopen_example(lua_State*L);
|
||||
extern "C" int luaopen_example2(lua_State*L);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue