diff options
| author | ruki <[email protected]> | 2021-09-27 22:40:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-27 22:40:17 +0800 |
| commit | c223db1bdd7e90d970b378e6d6755e977ceb4c6d (patch) | |
| tree | b0c16bbc54861f930a043f4a586d989a27532636 /tests/projects/swig/lua_c/src/example.i | |
| parent | 9128fe7d5b84a27831ae2535a16547bb0b9b7d8e (diff) | |
improve swig
Diffstat (limited to 'tests/projects/swig/lua_c/src/example.i')
| -rw-r--r-- | tests/projects/swig/lua_c/src/example.i | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/projects/swig/lua_c/src/example.i b/tests/projects/swig/lua_c/src/example.i index f17b34a82..5724920da 100644 --- a/tests/projects/swig/lua_c/src/example.i +++ b/tests/projects/swig/lua_c/src/example.i @@ -1,6 +1,2 @@ %module example -%{ -#include "example.h" -%} -int gcd(int x, int y); -extern double Foo; +int fact(int n); |
