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

Collapse All | Expand All

(-)terps/alan2/parse.c (-4 / +4 lines)
Lines 67-73 Link Here
67
  unknown()
67
  unknown()
68
  lookup()
68
  lookup()
69
  token
69
  token
70
  getline()
70
  xgetline()
71
  scan()
71
  scan()
72
72
73
\*----------------------------------------------------------------------*/
73
\*----------------------------------------------------------------------*/
Lines 183-191 Link Here
183
183
184
184
185
#ifdef _PROTOTYPES_
185
#ifdef _PROTOTYPES_
186
static void getline(void)
186
static void xgetline(void)
187
#else
187
#else
188
static void getline()
188
static void xgetline()
189
#endif
189
#endif
190
{
190
{
191
  para();
191
  para();
Lines 242-248 Link Here
242
  int w;
242
  int w;
243
  char *str;
243
  char *str;
244
244
245
  getline();
245
  xgetline();
246
  wrds[0] = 0;
246
  wrds[0] = 0;
247
  for (i = 0; i < litCount; i++)
247
  for (i = 0; i < litCount; i++)
248
    if (litValues[i].type == TYPSTR && litValues[i].value != 0)
248
    if (litValues[i].type == TYPSTR && litValues[i].value != 0)

Return to bug 253098