From: Vern Paxson Date: Sun, 10 Apr 1988 20:54:30 +0000 (+0000) Subject: added identifying comment. X-Git-Tag: flex-2-5-5b~646 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d7b9720120c63ec34691a469b4526bd74626025;p=flex added identifying comment. changed to include "parse.h" instead of "y.tab.h" --- diff --git a/yylex.c b/yylex.c index 0694cab..8e26254 100644 --- a/yylex.c +++ b/yylex.c @@ -1,5 +1,7 @@ +/* yylex - scanner front-end for flex */ + #include "flexdef.h" -#include "y.tab.h" +#include "parse.h" /* * Copyright (c) 1987, the University of California