Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix after reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 7, 2009
1 parent 3245743 commit baef520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ dynext/pmc/*.o
dynext/pmc/*.obj
dynext/pmc/*.pdb

lua/*_gen.pir
lua/lib/luabytecode_gen.pir

lua/library/gl.pir
lua/library/sha1.pir

src/*_gen.pir
src/lib/luabytecode_gen.pir

t/*.lua
t/*.luac
t/*.orig_out
Expand Down
4 changes: 2 additions & 2 deletions t/pmc/function_hll.t
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ Tests C<LuaFunction> PMC
.end

.sub 'load_from_pbc_1'
load_bytecode 'src/lib/luaaux.pbc'
load_bytecode 'src/lib/luabasic.pbc'
load_bytecode 'lua/lib/luaaux.pbc'
load_bytecode 'lua/lib/luabasic.pbc'
$P0 = get_hll_global ['basic'], 'luaopen_basic'
$P0()
$P1 = get_hll_global '_G'
Expand Down

0 comments on commit baef520

Please sign in to comment.