From 8c33dc2f365a2196568c22a91430f2f28ad9fcde Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 18 Sep 2009 19:27:21 +0200 Subject: [PATCH] add platform.longsize --- config/makefiles/root.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/makefiles/root.in b/config/makefiles/root.in index b644aaa..87f74b0 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -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