summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/SOURCES
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-01 22:02:18 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-01 22:02:18 +0000
commit82eea9ed69886a4eaf41a1124b292635ca60fe9a (patch)
treedb6bb8849b433a8440770015de490327cbfb4195 /apps/plugins/lua/SOURCES
parentc1d27d105c3333b5df67c97d88885efa2a49bc9a (diff)
Lua: add bitlib (makes bitwise operators possible)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21164 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/SOURCES')
-rw-r--r--apps/plugins/lua/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/SOURCES b/apps/plugins/lua/SOURCES
index 058b991417..b443ce8437 100644
--- a/apps/plugins/lua/SOURCES
+++ b/apps/plugins/lua/SOURCES
@@ -1,6 +1,7 @@
lauxlib.c
lapi.c
lbaselib.c
+lbitlib.c
lcode.c
ldebug.c
ldo.c