Skip to content

Commit

Permalink
Apply patch from jimmy++ in TT #111.
Browse files Browse the repository at this point in the history
* Convert lots of Parrot_Interp arguments to PARROT_INTERP and NULLOK_INTERP.
* Reformat some comments, fix some typos.

git-svn-id: https://svn.parrot.org/parrot/trunk@34730 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Infinoid committed Jan 1, 2009
1 parent 33dead4 commit 25fd9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Parrot/Embed.xs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ typedef struct PMC_struct
} PMC_struct;

Interpreter_struct*
make_interp( pTHX_ SV *parent, Parrot_Interp interp )
make_interp( pTHX_ SV *parent, PARROT_INTERP )
{
Interpreter_struct *interp_struct;
if (interp == NULL)
Expand Down

0 comments on commit 25fd9d5

Please sign in to comment.