Subversion Repositories planix.SVN

Rev

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

Rev 118 Rev 119
Line 205... Line 205...
205
		ungetchar(c);
205
		ungetchar(c);
206
	else if (c=='"')
206
	else if (c=='"')
207
		comment();
207
		comment();
208
}
208
}
209
 
209
 
-
 
210
 
-
 
211
int
210
iswhite(c)
212
iswhite(c)
211
	int c;
213
	int c;
212
{
214
{
213
 
-
 
214
	return (c == ' ' || c == '\t');
215
	return (c == ' ' || c == '\t');
215
}
216
}
216
 
217
 
217
junk(c)
218
junk(c)
218
	register int c;
219
	register int c;