ref: 46a592f595b3b0cc68a2ae387098ee5fc29194ba
parent: 5ff8ac2dfe6acb3c27d22b0bc344bad06919d919
author: Ali Gholami Rudi <ali@rudi.ir>
date: Fri Dec 12 11:20:35 EST 2014
tr: rename .hyp to .hycost
--- a/tr.c
+++ b/tr.c
@@ -453,7 +453,7 @@
n_hy = args[1] ? atoi(args[1]) : 1;
}
-static void tr_hyp(char **args)
+static void tr_hycost(char **args)
{
n_hycost = args[1] ? atoi(args[1]) : 0;
}
@@ -953,7 +953,7 @@
{"hpf", tr_hpf},
{"hpfa", tr_hpfa},
{"hy", tr_hy},
- {"hyp", tr_hyp},
+ {"hycost", tr_hycost},
{"hw", tr_hw},
{"ie", tr_if, mkargs_null},
{"if", tr_if, mkargs_null},