Include <string.h> for strncmp() prototype.

This commit is contained in:
he 2011-06-20 20:25:47 +00:00
parent 1281d34a15
commit 33785dfc09

View File

@ -7,7 +7,9 @@ pea[ ][._A-Za-z][A-Za-z0-9_.]*$ {printf("pea");munchit(yytext+3);}
\ [._A-Za-z][A-Za-z0-9_.]*/\, munchit(yytext);
. putchar(*yytext);
%%
/* $NetBSD: txlt.l,v 1.4 2001/12/17 05:45:08 mhitch Exp $ */
/* $NetBSD: txlt.l,v 1.5 2011/06/20 20:25:47 he Exp $ */
#include <string.h>
void
munchit(s)