From eac768ed1911e448ba38746ac49acad6bdfc94ad Mon Sep 17 00:00:00 2001 From: Whiteknight Date: Tue, 30 Nov 2010 20:06:23 -0500 Subject: [PATCH 1/2] add a #define for Parrot_hll_get_ctx_HLL_namespace, to get rakudo building again. We can remove this one after 2.11, or later if needed --- include/parrot/hll.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/parrot/hll.h b/include/parrot/hll.h index f5559645ea..050f460381 100644 --- a/include/parrot/hll.h +++ b/include/parrot/hll.h @@ -11,6 +11,10 @@ #ifndef PARROT_HLL_H_GUARD #define PARROT_HLL_H_GUARD +/* Temporary defines to help keep some symbols around during the rename + transition. TT #443. Can be removed after 2.11 */ +#define Parrot_get_ctx_HLL_namespace Parrot_hll_get_ctx_HLL_namespace + /* this invalid HLL type means "no HLL" when passed to the below functions */ #define PARROT_HLL_NONE -1 From fe4a42fb85109876c9baf4cc280a8a116b9bac09 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 1 Dec 2010 02:42:54 +0100 Subject: [PATCH 2/2] [t] Fix skip count for non-ICU builds --- t/op/string_cs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/string_cs.t b/t/op/string_cs.t index 6861637375..ce57f3b8bd 100644 --- a/t/op/string_cs.t +++ b/t/op/string_cs.t @@ -738,7 +738,7 @@ CODE OUTPUT SKIP: { - skip( 'no ICU lib', 8 ) unless $PConfig{has_icu}; + skip( 'no ICU lib', 10 ) unless $PConfig{has_icu}; pir_output_is( <<'CODE', <<"OUTPUT", "unicode downcase" ); .sub main :main