summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef/scan.l
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/colldef/scan.l')
-rw-r--r--usr.bin/colldef/scan.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l
index f39b18b..d3e7243 100644
--- a/usr.bin/colldef/scan.l
+++ b/usr.bin/colldef/scan.l
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scan.l,v 1.1.1.1 1995/02/17 17:29:50 ache Exp $
+ * $Id: scan.l,v 1.1 1995/02/17 17:29:49 ache Exp $
*/
#include <err.h>
@@ -34,7 +34,7 @@
#include <string.h>
#include <sysexits.h>
#include "collate.h"
-#include "parse.tab.h"
+#include "y.tab.h"
int line_no = 1;
u_char buf[STR_LEN], *ptr;
OpenPOWER on IntegriCloud