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

Commit

Permalink
add platform.longsize
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 18, 2009
1 parent 46ca7e1 commit 8c33dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/makefiles/root.in
Expand Up @@ -352,7 +352,7 @@ test: build
$(PERL) -I$(LIB_DIR)/tools/lib t/harness

export LUA_PATH=;;../src/?.lua
export LUA_INIT=platform = { osname=[[@osname@]], intsize=@intsize@ }
export LUA_INIT=platform = { osname=[[@osname@]], intsize=@intsize@, longsize=@longsize@ }

spectest : build
#UNLESS(win32): which parrot-lua
Expand Down

0 comments on commit 8c33dc2

Please sign in to comment.