--- scanner.ll.old Mon Apr 2 19:13:07 2001 +++ scanner.ll.new Mon Apr 2 19:12:52 2001 @@ -66,7 +66,8 @@ "//" { generate( yytext ) ; } \n { BEGIN INITIAL ; - endComment( yytext ) ; + endComment( NULL ) ; + generate( yytext ) ; /* if we encounter another // during a comment we simply treat it as a ordinary string */ }