Changeset 21982

Show
Ignore:
Timestamp:
08/21/08 09:32:49 (3 months ago)
Author:
lwall
Message:

[STD] helps to spell desiglname correctly...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD.pm

    r21977 r21982  
    16531653    | <category> 
    16541654        [ <colonpair>+ { $¢.add_macro($<category>) if $+IN_DECL; } ]? 
    1655     | <desigilname> { $¢.add_routine($<desiglname>.text) if $+IN_DECL; } 
     1655    | <desigilname> { $¢.add_routine($<desigilname>.text) if $+IN_DECL; } 
    16561656    ] 
    16571657}