]> granicus.if.org Git - yasm/commitdiff
Use bison.h instead of bison.tab.h to match changes to Makefile.am.
authorPeter Johnson <peter@tortall.net>
Fri, 29 Jun 2001 05:11:40 +0000 (05:11 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 29 Jun 2001 05:11:40 +0000 (05:11 -0000)
svn path=/trunk/yasm/; revision=71

modules/parsers/nasm/token.l.in
src/parsers/nasm/token.l.in
src/token.l.in

index 520c33f7cc80cc7a76972cf18916668aa4763036..4aa92c492ac7ada085932b62eb9eefb21a65227c 100644 (file)
@@ -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
index 520c33f7cc80cc7a76972cf18916668aa4763036..4aa92c492ac7ada085932b62eb9eefb21a65227c 100644 (file)
@@ -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
index 520c33f7cc80cc7a76972cf18916668aa4763036..4aa92c492ac7ada085932b62eb9eefb21a65227c 100644 (file)
@@ -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