Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 205401
Collapse All | Expand All

(-)festival-orig/src/modules/Text/text_modes.cc (-1 / +1 lines)
Lines 60-66 Link Here
60
{
60
{
61
61
62
    volatile EST_String tmpname = make_tmp_filename();
62
    volatile EST_String tmpname = make_tmp_filename();
63
    volatile EST_String inname = get_c_string(filename);
63
    volatile EST_String inname(get_c_string(filename));
64
    volatile EST_String filter;
64
    volatile EST_String filter;
65
    volatile EST_TokenStream ts;
65
    volatile EST_TokenStream ts;
66
    volatile LISP func;
66
    volatile LISP func;

Return to bug 205401