- Timestamp:
- 08/21/08 09:32:49 (3 months ago)
- Files:
-
- 1 modified
-
src/perl6/STD.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD.pm
r21977 r21982 1653 1653 | <category> 1654 1654 [ <colonpair>+ { $¢.add_macro($<category>) if $+IN_DECL; } ]? 1655 | <desigilname> { $¢.add_routine($<desig lname>.text) if $+IN_DECL; }1655 | <desigilname> { $¢.add_routine($<desigilname>.text) if $+IN_DECL; } 1656 1656 ] 1657 1657 }
