Skip to content

Commit

Permalink
s/Parrot__newclosure/Parrot_newclosure/
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Akhtar committed Dec 6, 2011
1 parent 60a4a03 commit c6ebc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/parrot/oplib/core_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ op_lib_t *Parrot_DynOp_core_3_10_0(PARROT_INTERP, long init);
opcode_t * Parrot_tailcall_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_returncc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_capture_lex_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot__newclosure_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_newclosure_p_p(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_set_args_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_get_params_pc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_set_returns_pc(opcode_t *, PARROT_INTERP);
Expand Down

0 comments on commit c6ebc7f

Please sign in to comment.