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

(-)nlopt-2.2.1/luksan/pssubs.c (-3 / +3 lines)
Lines 283-292 Link Here
283
283
284
    /* Local variables */
284
    /* Local variables */
285
    unsigned l1, l2, l3, m1, l5, m2, l7, m3;
285
    unsigned l1, l2, l3, m1, l5, m2, l7, m3;
286
    static double fl, fu, pl, rl, pu, ru;
286
    static THREADLOCAL double fl, fu, pl, rl, pu, ru;
287
    static int mes1, mes2, mes3, mode;
287
    static THREADLOCAL int mes1, mes2, mes3, mode;
288
    int merr;
288
    int merr;
289
    static int mtyp;
289
    static THREADLOCAL int mtyp;
290
    int init1;
290
    int init1;
291
    double rtemp;
291
    double rtemp;
292
292

Return to bug 368685