Skip to content

Commit

Permalink
Merge branch 'luvit_as_a_library' of github.com:racker/luvit into luv…
Browse files Browse the repository at this point in the history
…it_as_a_library
  • Loading branch information
Ryan Phillips committed Jan 18, 2012
2 parents c145dcb + db940b5 commit 62559fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -80,6 +80,8 @@ LUVLIBS=${BUILDDIR}/utils.o \
${BUILDDIR}/luv_pipe.o \ ${BUILDDIR}/luv_pipe.o \
${BUILDDIR}/luv_tty.o \ ${BUILDDIR}/luv_tty.o \
${BUILDDIR}/luv_misc.o \ ${BUILDDIR}/luv_misc.o \
${BUILDDIR}/luvit_init.o \
${BUILDDIR}/luvit_exports.o \
${BUILDDIR}/lconstants.o \ ${BUILDDIR}/lconstants.o \
${BUILDDIR}/lenv.o \ ${BUILDDIR}/lenv.o \
${BUILDDIR}/lyajl.o \ ${BUILDDIR}/lyajl.o \
Expand Down
1 change: 0 additions & 1 deletion lib/utils.lua
Expand Up @@ -168,7 +168,6 @@ end
local bind = function(fun, self, ...) local bind = function(fun, self, ...)
local bind_args = {...} local bind_args = {...}
return function(...) return function(...)
p('BA', bind_args)
local args = {...} local args = {...}
for i=#bind_args,1,-1 do for i=#bind_args,1,-1 do
Table.insert(args, 1, bind_args[i]) Table.insert(args, 1, bind_args[i])
Expand Down

0 comments on commit 62559fb

Please sign in to comment.