Subversion Repositories planix.SVN

Rev

Rev 116 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 119
Line 158... Line 158...
158
		flush();
158
		flush();
159
	} while (!skipend());
159
	} while (!skipend());
160
	eol();
160
	eol();
161
}
161
}
162
 
162
 
-
 
163
int
163
setend()
164
setend(void)
164
{
165
{
165
	return (iswhite(peekchar()) || endcmd(peekchar()));
166
	return (iswhite(peekchar()) || endcmd(peekchar()));
166
}
167
}
167
 
168
 
168
static void 
169
static void