Visual C++ 8 warning fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10229 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-02-02 00:52:14 +00:00
commit df83cef573
6 changed files with 15 additions and 6 deletions

View file

@ -23,11 +23,11 @@ the two modules are now linked together, and all can now find
both Foo and Bar.
*/
#include "swigluarun.h" // the swig runtimes
#include <stdio.h>
#include <stdlib.h>
#include "swigluarun.h" // the swig runtimes
// the 2 libraries which are wrappered via SWIG
extern "C" int luaopen_example(lua_State*L);
extern "C" int luaopen_example2(lua_State*L);