Skip to content

Commit

Permalink
track a parrot function rename.
Browse files Browse the repository at this point in the history
Enables building nqp on newer parrots
  • Loading branch information
moritz committed Apr 21, 2011
1 parent fe98d9f commit 0fbd19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/nqp.ops
Expand Up @@ -53,7 +53,7 @@ inline op nqp_dynop_setup() :base_core {
/* Initialize the object model. */
KnowHOW = SixModelObject_initialize(interp);
/* XXX Kill this once everything uses get_knowhow. */
Parrot_ns_set_global(interp, Parrot_get_ctx_HLL_namespace(interp),
Parrot_ns_set_global(interp, Parrot_hll_get_ctx_HLL_namespace(interp),
Parrot_str_new(interp, "KnowHOW", 0), KnowHOW);
}
}
Expand Down

0 comments on commit 0fbd19a

Please sign in to comment.