]> git.lizzy.rs Git - metalua.git/commitdiff
typos in doc + removing useless win32 cruft
authorFabien Fleutot <fabien@macfabien.local>
Fri, 8 Feb 2008 19:33:31 +0000 (20:33 +0100)
committerFabien Fleutot <fabien@macfabien.local>
Fri, 8 Feb 2008 19:33:31 +0000 (20:33 +0100)
src/win32/pluto.lua [deleted file]
src/win32/pluto_w32_stub.c [deleted file]

diff --git a/src/win32/pluto.lua b/src/win32/pluto.lua
deleted file mode 100644 (file)
index 0a4a49e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-require 'pluto_w32_stub'\r
-return pluto
\ No newline at end of file
diff --git a/src/win32/pluto_w32_stub.c b/src/win32/pluto_w32_stub.c
deleted file mode 100644 (file)
index 16622c9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#define LUA_LIB\r
-#include <lua.h>\r
-#include <lauxlib.h>\r
-\r
-LUALIB_API int luaopen_pluto_w32_stub( lua_State *L) {\r
-  return luaopen_pluto( L);\r
-}\r