Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56868
Collapse All | Expand All

(-)ipcad-3.6.2/cfglex.l (-1 / +1 lines)
Lines 66-72 Link Here
66
		ipcacfglval.tv_char = strdup(yytext);
66
		ipcacfglval.tv_char = strdup(yytext);
67
		return TOK_STRING;
67
		return TOK_STRING;
68
	}
68
	}
69
	[a-z]+[0-9*]*	{
69
	[a-z]+[_0-9*]*  {
70
		ipcacfglval.tv_char = strdup(yytext);
70
		ipcacfglval.tv_char = strdup(yytext);
71
		return TOK_STRING;
71
		return TOK_STRING;
72
	}
72
	}

Return to bug 56868