Deleted Added
full compact
34c34
< /* $FreeBSD: head/contrib/com_err/lex.l 127807 2004-04-03 21:17:01Z nectar $ */
---
> /* $FreeBSD: head/contrib/com_err/lex.l 178846 2008-05-08 11:01:46Z dfr $ */
49c49
< RCSID("$Id: lex.l,v 1.6 2000/06/22 00:42:52 assar Exp $");
---
> RCSID("$Id: lex.l 15143 2005-05-16 08:52:54Z lha $");
95c95
< while((c = input()) != EOF){
---
> while(i < sizeof(x) - 1 && (c = input()) != EOF){
115a116,117
> if (yylval.string == NULL)
> err(1, "malloc");