Skip to content

Commit

Permalink
Role type objects need to be undefined (d'oh...)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 4, 2010
1 parent 067b67f commit 6e0cb64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/builtins/Role.pir
Expand Up @@ -231,6 +231,18 @@ just here so postcircumfix:[ ] doesn't explode).
.end


=item defined

Role objects serve as type objects and thus should be undefined.

=cut

.sub 'defined' :method
$P0 = get_hll_global ['Bool'], 'False'
.return ($P0)
.end


=item HOW

=cut
Expand Down

0 comments on commit 6e0cb64

Please sign in to comment.