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

Collapse All | Expand All

(-)ispell-3.2.06/parse.y.orig (-1 / +1 lines)
Lines 672-678 Link Here
672
				yyerror (PARSE_Y_WRONG_NROFF);
672
				yyerror (PARSE_Y_WRONG_NROFF);
673
			    free ((char *) $2);
673
			    free ((char *) $2);
674
			    }
674
			    }
675
		;
675
676
		|	TEXCHARS STRING
676
		|	TEXCHARS STRING
677
			    {
677
			    {
678
			    if (strlen ((char *) $2)
678
			    if (strlen ((char *) $2)

Return to bug 41860