better
This commit is contained in:
parent
94216f59d7
commit
52478dd94d
141 changed files with 4397 additions and 2945 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include <fishtalk_phon.h>
|
||||
|
||||
#define FT_IS_SKIPPABLE(x) ((x) == ' ' || (x) == '\t')
|
||||
#define FT_IS_SKIPPABLE(x) ((x) == ' ' || (x) == '\t' || (x) == ',' || (x) == '\'')
|
||||
|
||||
struct ft_handle {
|
||||
FT_SAMPLE_PROC sample;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue