Skip to content

Commit

Permalink
Remove obsolete fish operator ("=<>"). It didn't work anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Apr 21, 2009
1 parent 69b3180 commit e31a6f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions src/builtins/misc.pir
Expand Up @@ -19,15 +19,6 @@ src/builtins/misc.pir - miscellaneous builtins that need reclassification
.end


=item term:=<>

=cut

.sub '=<>'
$P0 = get_hll_global '@ARGS'
.tailcall 'prefix:='($P0)
.end

=back

=cut
Expand Down
2 changes: 1 addition & 1 deletion src/parser/grammar.pg
Expand Up @@ -674,7 +674,7 @@ token args {
## XXX: cheat until we get term:pi, term:rand, term:undef, etc.
token named_0ary {
| [pi|rand|undef|nothing|time|next|last|continue|break|Inf|NaN] >>
| ['...'|'???'|'!!!'|'=<>']
| ['...'|'???'|'!!!']
}

rule package_declarator {
Expand Down

0 comments on commit e31a6f8

Please sign in to comment.