Skip to content

Commit

Permalink
Fix LHS-dwimming hyper-op unicode variant generation. Patch thanks to…
Browse files Browse the repository at this point in the history
… krunen++.
  • Loading branch information
jnthn committed Mar 17, 2009
1 parent cc85a31 commit 285279b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gen_metaop_pir.pl
Expand Up @@ -131,7 +131,7 @@
.end\n);

# LHS-dwimming hyper ops.
$hypername = qq(unicode:"infix:\u00bb$opname\\u00bb");
$hypername = qq(unicode:"infix:\\u00bb$opname\\u00bb");
push @gtokens, sprintf($hyper_no_dwim_fmt, $hypername, $opname, "<<$opname<<", $opname, $hypername);
push @code, qq(
.sub $hypername
Expand Down

0 comments on commit 285279b

Please sign in to comment.