File: src_modules_base_word.cc.diff

package info (click to toggle)
festival 1%3A2.0.95~beta-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,448 kB
  • ctags: 4,437
  • sloc: cpp: 26,214; lisp: 14,961; ansic: 5,076; sh: 4,989; java: 1,536; makefile: 790; xml: 291; perl: 87
file content (17 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This patch is part of a series of patches for festival for
Debian GNU/Linux, which primarily fix build errors with GCC 4.3 and newer.

Index: b/src/modules/base/word.cc
===================================================================
--- a/src/modules/base/word.cc
+++ b/src/modules/base/word.cc
@@ -43,6 +43,9 @@
 #include "lexicon.h"
 #include "modules.h"
 
+using std::cerr;
+using std::endl;
+
 static EST_Item *add_syllable(EST_Utterance *u, int stress);
 static LISP specified_word_pronunciation(EST_Item *w, LISP lpos);