From fe8773677753040345afa2c2d708fe5ea8068c8e Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 16 May 2013 20:34:34 +0200 Subject: Get rid of module() in all internal modules. --- src/jit/bcsave.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/jit/bcsave.lua') diff --git a/src/jit/bcsave.lua b/src/jit/bcsave.lua index a54094dd7..8aad75968 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua @@ -653,7 +653,7 @@ end ------------------------------------------------------------------------------ -- Public module functions. -module(...) - -start = docmd -- Process -b command line option. +return { + start = docmd -- Process -b command line option. +} -- cgit v1.2.3-55-g6feb