Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 707364 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/input.c (-4 lines)
Lines 67-76 MKINIT char basebuf[IBUFSIZ]; /* buffer for top level input file */ Link Here
67
struct parsefile *parsefile = &basepf;	/* current input file */
67
struct parsefile *parsefile = &basepf;	/* current input file */
68
int whichprompt;		/* 1 == PS1, 2 == PS2 */
68
int whichprompt;		/* 1 == PS1, 2 == PS2 */
69
69
70
#ifndef SMALL
71
EditLine *el;			/* cookie for editline package */
72
#endif
73
74
STATIC void pushfile(void);
70
STATIC void pushfile(void);
75
static int preadfd(void);
71
static int preadfd(void);
76
static void setinputfd(int fd, int push);
72
static void setinputfd(int fd, int push);

Return to bug 707364