things
This commit is contained in:
parent
57a53f4c1f
commit
c16539ae02
79 changed files with 1802 additions and 1407 deletions
|
|
@ -37,6 +37,8 @@ if($err){
|
|||
die;
|
||||
}
|
||||
|
||||
my @phon = ();
|
||||
|
||||
open(my $f, ">", "include/fishtalk_phon.h");
|
||||
foreach my $l (@used){
|
||||
print($f "extern signed char phon_$l\[];\n");
|
||||
|
|
@ -86,7 +88,7 @@ foreach my $l (@used){
|
|||
push(@arr, $hex);
|
||||
}
|
||||
|
||||
print($f " " . join(", ", @arr) . ",\n");
|
||||
print($f " " . join(", ", @arr) . ", /**/\n");
|
||||
}
|
||||
print($f "};\n");
|
||||
print($f "unsigned int phon_$l\_length = $total;\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue