From 1a88edb46610b06ae1bd3bb65ecc9c9abf78424a Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 29 Jun 2001 05:11:40 +0000 Subject: [PATCH] Use bison.h instead of bison.tab.h to match changes to Makefile.am. svn path=/trunk/yasm/; revision=71 --- modules/parsers/nasm/token.l.in | 4 ++-- src/parsers/nasm/token.l.in | 4 ++-- src/token.l.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/parsers/nasm/token.l.in b/modules/parsers/nasm/token.l.in index 520c33f7..4aa92c49 100644 --- a/modules/parsers/nasm/token.l.in +++ b/modules/parsers/nasm/token.l.in @@ -1,4 +1,4 @@ -/* $Id: token.l.in,v 1.7 2001/06/28 08:48:32 peter Exp $ +/* $Id: token.l.in,v 1.8 2001/06/29 05:11:40 peter Exp $ * Main lexer * * Copyright (C) 2001 Peter Johnson @@ -34,7 +34,7 @@ #include "symrec.h" #include "bytecode.h" #include "errwarn.h" -#include "bison.tab.h" +#include "bison.h" %} %option noyywrap diff --git a/src/parsers/nasm/token.l.in b/src/parsers/nasm/token.l.in index 520c33f7..4aa92c49 100644 --- a/src/parsers/nasm/token.l.in +++ b/src/parsers/nasm/token.l.in @@ -1,4 +1,4 @@ -/* $Id: token.l.in,v 1.7 2001/06/28 08:48:32 peter Exp $ +/* $Id: token.l.in,v 1.8 2001/06/29 05:11:40 peter Exp $ * Main lexer * * Copyright (C) 2001 Peter Johnson @@ -34,7 +34,7 @@ #include "symrec.h" #include "bytecode.h" #include "errwarn.h" -#include "bison.tab.h" +#include "bison.h" %} %option noyywrap diff --git a/src/token.l.in b/src/token.l.in index 520c33f7..4aa92c49 100644 --- a/src/token.l.in +++ b/src/token.l.in @@ -1,4 +1,4 @@ -/* $Id: token.l.in,v 1.7 2001/06/28 08:48:32 peter Exp $ +/* $Id: token.l.in,v 1.8 2001/06/29 05:11:40 peter Exp $ * Main lexer * * Copyright (C) 2001 Peter Johnson @@ -34,7 +34,7 @@ #include "symrec.h" #include "bytecode.h" #include "errwarn.h" -#include "bison.tab.h" +#include "bison.h" %} %option noyywrap -- 2.40.0