From 7bf1fd176fa18110486c8546f7ddcc7ec7a5d303 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 30 Nov 2010 10:44:05 +0100 Subject: [PATCH] s/Parrot_get_ctx_HLL_namespace/Parrot_hll_get_ctx_HLL_namespace/ --- dynext/pmc/luastring.pmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynext/pmc/luastring.pmc b/dynext/pmc/luastring.pmc index 5da4917..914da88 100644 --- a/dynext/pmc/luastring.pmc +++ b/dynext/pmc/luastring.pmc @@ -21,7 +21,7 @@ the Lua C type. PMC * _LuaString_get_metatable(PARROT_INTERP) { - PMC * const hll_ns = Parrot_get_ctx_HLL_namespace(interp); + PMC * const hll_ns = Parrot_hll_get_ctx_HLL_namespace(interp); PMC * const ns = Parrot_ns_get_namespace_keyed_str(interp, hll_ns, Parrot_str_new_constant(interp, "string")); return Parrot_ns_find_namespace_global(interp,