Skip to content

Commit

Permalink
Fix pointer-o.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Sep 15, 2010
1 parent 5ed61d6 commit 05a08a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parrot/src/metamodel/repr.h
Expand Up @@ -61,5 +61,5 @@ typedef struct {
STRING * (*get_str) (PARROT_INTERP, PMC *self, PMC *Object);

/* This Parrot-specific addition to the API is used to mark an object. */
void * (*gc_mark) (PARROT_INTERP, PMC *self, PMC *Object);
void (*gc_mark) (PARROT_INTERP, PMC *self, PMC *Object);
} Rakudo_Metamodel_Representation;

0 comments on commit 05a08a5

Please sign in to comment.