summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus2002-08-26 17:13:37 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit010e7a6e9839e3f2b88d44bb7eb9ae8da38c65f8 (patch)
treeb5deaad3e0bfe486e1dd49a3a64de0ca147e5d8c
parent4332d1ff6ffbf7e7f9007ec7837363f4bcf01f3a (diff)
downloadsphinx2-010e7a6e9839e3f2b88d44bb7eb9ae8da38c65f8.zip
sphinx2-010e7a6e9839e3f2b88d44bb7eb9ae8da38c65f8.tar.gz
- fix for restrictic gcc for ppc
Changed files: sphinx2-wid.patch -> 1.1
-rw-r--r--sphinx2-wid.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sphinx2-wid.patch b/sphinx2-wid.patch
new file mode 100644
index 0000000..0e15484
--- /dev/null
+++ b/sphinx2-wid.patch
@@ -0,0 +1,11 @@
+diff -uNr sphinx2-0.3/include/lm_3g.h sphinx2-0.3.new/include/lm_3g.h
+--- sphinx2-0.3/include/lm_3g.h Wed Dec 13 20:09:08 2000
++++ sphinx2-0.3.new/include/lm_3g.h Mon Aug 26 19:01:09 2002
+@@ -94,6 +94,7 @@
+ unigram entry. If mapped, the ID is interpreted depending
+ on the range it falls into (see lm_3g.c); and it is -ve if
+ there is no applicable mapping. */
++ int32 wid;
+ log_t prob1;
+ log_t bo_wt1;
+ int32 bigrams; /* index of 1st entry in lm_t.bigrams[] */