1.1 --- a/scanner.l Sat Dec 29 18:59:47 2001 +0000 1.2 +++ b/scanner.l Sun Dec 30 01:54:43 2001 +0000 1.3 @@ -1,10 +1,12 @@ 1.4 /* 1.5 -$Id: scanner.l,v 1.6 2001/12/29 10:59:33 eric Exp $ 1.6 +$Id: scanner.l,v 1.7 2001/12/29 17:54:43 eric Exp $ 1.7 */ 1.8 1.9 %option case-insensitive 1.10 +%option noyywrap 1.11 1.12 %{ 1.13 +#include <string.h> 1.14 #include "parser.tab.h" 1.15 %} 1.16