Skip to content

Commit

Permalink
don't generate junction for infix:<eqv> which lives in the setting an…
Browse files Browse the repository at this point in the history
…yway. jnthn++
  • Loading branch information
Moritz Lenz committed Jun 29, 2009
1 parent d3e040f commit 13b1ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gen_junction_pir.pl
Expand Up @@ -12,7 +12,7 @@
infix:~
infix:== infix:!= infix:< infix:> infix:<= infix:>=
infix:eq infix:ne infix:lt infix:gt infix:le infix:ge
infix:<=> infix:leg infix:cmp infix:eqv infix:=:=
infix:<=> infix:leg infix:cmp infix:=:=
);

my @unary = qw(
Expand Down

0 comments on commit 13b1ff5

Please sign in to comment.