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

Collapse All | Expand All

(-)lexer_v3.l-1.167 (-1 / +1 lines)
Lines 252-258 Link Here
252
<INITIAL>charset=\"?{CHARSET}\"?		{ got_charset(yytext); skip_to('='); return TOKEN; }
252
<INITIAL>charset=\"?{CHARSET}\"?		{ got_charset(yytext); skip_to('='); return TOKEN; }
253
253
254
<INITIAL>(file)?name=\"?			/* ignore */
254
<INITIAL>(file)?name=\"?			/* ignore */
255
<INITIAL>\n?[[:blank:]]id\ {ID}			{ return QUEUE_ID; }
255
<INITIAL>\n?[[:blank:]]id{WHITESPACE}+{ID}	{ return QUEUE_ID; }
256
256
257
<INITIAL>\n[[:blank:]]				{ lineno += 1; }
257
<INITIAL>\n[[:blank:]]				{ lineno += 1; }
258
<INITIAL>\n\n					{ enum mimetype type = get_content_type();
258
<INITIAL>\n\n					{ enum mimetype type = get_content_type();

Return to bug 153939