]> granicus.if.org Git - flex/commitdiff
added identifying comment.
authorVern Paxson <vern@ee.lbl.gov>
Sun, 10 Apr 1988 20:54:30 +0000 (20:54 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sun, 10 Apr 1988 20:54:30 +0000 (20:54 +0000)
changed to include "parse.h" instead of "y.tab.h"

yylex.c

diff --git a/yylex.c b/yylex.c
index 0694cabb97e5377dade73807d7a6bb9e8ba1c128..8e2625458479db878570d571fa58297a0a8fc625 100644 (file)
--- 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