Skip to content

Commit

Permalink
XopX is now spelled Xop
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 4, 2009
1 parent 1ab9b07 commit c108072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/gen_metaop_pir.pl
Expand Up @@ -61,7 +61,7 @@
" optable.'newtok'(%s, 'equiv'=>'infix:%s')\n" .
" optable.'newtok'('infix:%s', 'equiv'=>'infix:%s', 'subname'=>%s)\n";
my $crossfmt =
" optable.'newtok'('infix:X%sX', 'equiv'=>'infix:X')\n";
" optable.'newtok'('infix:X%s', 'equiv'=>'infix:X')\n";

my @gtokens = ();
my @code = ();
Expand Down Expand Up @@ -95,7 +95,7 @@
push @gtokens, sprintf( $crossfmt, $opname );
my $is_chaining = $op_type eq 'comp' ? 1 : 0;
push @code, qq(
.sub 'infix:X${opname}X'
.sub 'infix:X${opname}'
.param pmc a
.param pmc b
.tailcall '!CROSSMETAOP'('$opname', $identity, $is_chaining, a, b)
Expand Down

0 comments on commit c108072

Please sign in to comment.