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

(-)src/text.c (-1 / +1 lines)
Lines 2664-2670 Link Here
2664
    ssize_t current_y_save = openfile->current_y;
2664
    ssize_t current_y_save = openfile->current_y;
2665
    ssize_t lineno_save = openfile->current->lineno;
2665
    ssize_t lineno_save = openfile->current->lineno;
2666
    struct stat spellfileinfo;
2666
    struct stat spellfileinfo;
2667
    __time_t timestamp;
2667
    time_t timestamp;
2668
    pid_t pid_spell;
2668
    pid_t pid_spell;
2669
    char *ptr;
2669
    char *ptr;
2670
    static int arglen = 3;
2670
    static int arglen = 3;

Return to bug 544526