Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, forgot REPR stub in last commit.
  • Loading branch information
jnthn committed Sep 18, 2010
1 parent a87a3a3 commit 4f0ee8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pmc/repr.pmc
@@ -0,0 +1,8 @@
/* A representation is responsible for object layout. Representations
* all fill out a REPR struct and maybe have one of their own with some
* extra bits of information in it. This PMC is simply a wrapper around
* a REPR for the purposes of GC, etc. It's up to the REPR to set the
* PMC up as it wishes. */
pmclass REPR manual_attrs dynpmc group nqp {
/* XXX Needs custom mark/destroy implementing. */
}

0 comments on commit 4f0ee8c

Please sign in to comment.