Navigation Menu

Skip to content

Commit

Permalink
Fix has %.noms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Worthington@.(none) authored and unknown committed Mar 6, 2010
1 parent 974d9a8 commit 8505d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Mu.pir
Expand Up @@ -266,7 +266,7 @@ XXX This had probably best really just tailcall .^CREATE; move this stuff later.
attr = new ['Array']
goto attrinit_rw
attrinit_hash:
attr = new ['Hash']
attr = '&CREATE_HASH_LOW_LEVEL'()
attrinit_rw:
setprop attr, 'rw', attr
setattribute example, cur_class, attrname, attr
Expand Down

0 comments on commit 8505d39

Please sign in to comment.