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

Commit

Permalink
s/Parrot_get_ctx_HLL_namespace/Parrot_hll_get_ctx_HLL_namespace/
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 30, 2010
1 parent 03a2fb5 commit 7bf1fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynext/pmc/luastring.pmc
Expand Up @@ -21,7 +21,7 @@ the Lua C<String> type.


PMC * PMC *
_LuaString_get_metatable(PARROT_INTERP) { _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, PMC * const ns = Parrot_ns_get_namespace_keyed_str(interp,
hll_ns, Parrot_str_new_constant(interp, "string")); hll_ns, Parrot_str_new_constant(interp, "string"));
return Parrot_ns_find_namespace_global(interp, return Parrot_ns_find_namespace_global(interp,
Expand Down

0 comments on commit 7bf1fd1

Please sign in to comment.