Skip to content

Commit

Permalink
Brake the build - replace "PackFile *initial_pf" with "PMC *current_pf"
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Apr 15, 2011
1 parent 6c64494 commit 2d1a1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/parrot/interpreter.h
Expand Up @@ -193,7 +193,7 @@ struct parrot_interp_t {
size_t resume_offset;

PackFile_ByteCode *code; /* The code we are executing */
struct PackFile *initial_pf; /* first created PF */
PMC *current_pf; /* Current PF */

Hash *op_hash; /* mapping from op names to op_info_t */

Expand Down

0 comments on commit 2d1a1fe

Please sign in to comment.