Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Copy-pasto.
  • Loading branch information
jnthn committed Jul 9, 2011
1 parent 63e2719 commit 9298db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binder/multidispatch.h
Expand Up @@ -12,7 +12,7 @@ typedef struct {
PMC *signature; /* Signature object. */
PMC *dispatchees; /* List of dispatchees, if any. */
PMC *dispatcher_cache; /* Holder for any dispatcher cache. */
INTVAL *rw; /* Is it rw? */
INTVAL rw; /* Is it rw? */
} Rakudo_Code;

/* Represents a candidate. We extract various bits of information about it when
Expand Down

0 comments on commit 9298db6

Please sign in to comment.