diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-24 15:29:35 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-24 15:29:35 +0100 |
commit | 998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a (patch) | |
tree | 51c901fdd30ce632107cd69b3df3b107f4cbb6a5 /tolua++-1.0.93/src/bin/lua/all.lua | |
parent | Moved zlib (diff) | |
download | cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.gz cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.bz2 cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.lz cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.xz cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.zst cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.zip |
Diffstat (limited to 'tolua++-1.0.93/src/bin/lua/all.lua')
-rw-r--r-- | tolua++-1.0.93/src/bin/lua/all.lua | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tolua++-1.0.93/src/bin/lua/all.lua b/tolua++-1.0.93/src/bin/lua/all.lua deleted file mode 100644 index 83f8a3cb9..000000000 --- a/tolua++-1.0.93/src/bin/lua/all.lua +++ /dev/null @@ -1,30 +0,0 @@ -dofile(path.."compat-5.1.lua") -dofile(path.."compat.lua") -dofile(path.."basic.lua") -dofile(path.."feature.lua") -dofile(path.."verbatim.lua") -dofile(path.."code.lua") -dofile(path.."typedef.lua") -dofile(path.."container.lua") -dofile(path.."package.lua") -dofile(path.."module.lua") -dofile(path.."namespace.lua") -dofile(path.."define.lua") -dofile(path.."enumerate.lua") -dofile(path.."declaration.lua") -dofile(path.."variable.lua") -dofile(path.."array.lua") -dofile(path.."function.lua") -dofile(path.."operator.lua") -dofile(path.."template_class.lua") -dofile(path.."class.lua") -dofile(path.."clean.lua") ---dofile(path.."custom.lua") -dofile(path.."doit.lua") - -local err,msg = xpcall(doit, debug.traceback) -if not err then ---print("**** msg is "..tostring(msg)) - local _,_,label,msg = strfind(msg,"(.-:.-:%s*)(.*)") - tolua_error(msg,label) -end |