From 779f44362cf51dae61936bb724b197e1e0118dcb Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Thu, 22 Apr 2010 16:59:22 +0200 Subject: [PATCH] bump PARROT_REVISION and enable build This is mostly a workaround for now, but a harmless one --- build/PARROT_REVISION | 2 +- src/cheats/hll-grammar.pir | 2 +- src/stage0/HLL-s0.pir | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/PARROT_REVISION b/build/PARROT_REVISION index fa94d14..8833475 100644 --- a/build/PARROT_REVISION +++ b/build/PARROT_REVISION @@ -1 +1 @@ -45811 +45888 diff --git a/src/cheats/hll-grammar.pir b/src/cheats/hll-grammar.pir index ed3989a..0e49c43 100644 --- a/src/cheats/hll-grammar.pir +++ b/src/cheats/hll-grammar.pir @@ -391,7 +391,7 @@ position C. .end -.sub 'split_words' :method +.sub 'split_words' :method :nsentry .param string words .local int pos, eos .local pmc result diff --git a/src/stage0/HLL-s0.pir b/src/stage0/HLL-s0.pir index a71e2d1..ceaf7d6 100644 --- a/src/stage0/HLL-s0.pir +++ b/src/stage0/HLL-s0.pir @@ -522,7 +522,7 @@ position C. .end -.sub 'split_words' :method +.sub 'split_words' :method :nsentry .param string words .local int pos, eos .local pmc result