Skip to content

Commit

Permalink
Attribute should inherit from Any; requires a little bit of re-orderi…
Browse files Browse the repository at this point in the history
…ng of the builtins.
  • Loading branch information
jnthn committed Jun 5, 2010
1 parent b56b5e6 commit 01ef15a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/Makefile.in
Expand Up @@ -89,15 +89,15 @@ BUILTINS_PIR = \
src/glue/run.pir \
src/glue/types.pir \
src/builtins/Mu.pir \
src/gen/Attribute.pir \
src/metamodel/ClassHOW.pir \
src/builtins/Any.pir \
src/gen/Attribute.pir \
src/builtins/Cool.pir \
src/metamodel/RoleHOW.pir \
src/gen/RoleToRoleApplier.pir \
src/gen/RoleToClassApplier.pir \
src/gen/RoleToInstanceApplier.pir \
src/metamodel/GrammarHOW.pir \
src/builtins/Any.pir \
src/builtins/Cool.pir \
src/builtins/Role.pir \
src/builtins/ConcreteRole.pir \
src/builtins/Abstraction.pir \
Expand Down
2 changes: 1 addition & 1 deletion src/metamodel/Attribute.nqp
@@ -1,4 +1,4 @@
class Attribute;
class Attribute is Any;

has $!name;
has $!type;
Expand Down

0 comments on commit 01ef15a

Please sign in to comment.