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

(-)cli/complete.c.ORIG (-1 / +1 lines)
Lines 126-131 Link Here
126
    rl_readline_name = "gretl";
126
    rl_readline_name = "gretl";
127
127
128
    /* Tell the completer that we want a crack first. */
128
    /* Tell the completer that we want a crack first. */
129
    rl_attempted_completion_function = (CPPFunction *) gretl_completion;
129
    rl_attempted_completion_function =  (rl_completion_func_t*) gretl_completion;
130
}
130
}
131
131

Return to bug 505886