Skip to content

Commit

Permalink
add missing pmc documentation and remove passing test from TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Feb 27, 2011
1 parent 8d33e8f commit 5f925ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/pmc/unmanagedstruct.pmc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2001-2010, Parrot Foundation.
Copyright (C) 2001-2011, Parrot Foundation.

=head1 NAME

Expand Down Expand Up @@ -562,6 +562,8 @@ ret_pmc(PARROT_INTERP, ARGIN(PMC *pmc), ARGIN(char *p), int type, INTVAL idx)

=item C<static void set_int(PARROT_INTERP, char *p, int type, INTVAL value)>

Set int value based on int type

=cut

*/
Expand Down
1 change: 0 additions & 1 deletion t/codingstd/pmc_docs.t
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ src/pmc/namespace.pmc
src/pmc/object.pmc
src/pmc/sub.pmc
src/pmc/threadinterpreter.pmc
src/pmc/unmanagedstruct.pmc
# Local Variables:
# mode: cperl
Expand Down

0 comments on commit 5f925ef

Please sign in to comment.