From 3d82a647caf046b27712df3bffe1492736dbc12a Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 30 Oct 2002 03:56:39 +0000 Subject: [PATCH] * itbl-lex.l: Use #include <> for generated headers. * itbl-ops.c: Likewise. --- gas/ChangeLog | 5 +++++ gas/itbl-lex.l | 3 ++- gas/itbl-ops.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index ffec7db..b32d057 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-10-29 Daniel Jacobowitz + + * itbl-lex.l: Use #include <> for generated headers. + * itbl-ops.c: Likewise. + 2002-10-28 Daniel Jacobowitz * doc/gasp.texi: Fix typo in deprecation note. diff --git a/gas/itbl-lex.l b/gas/itbl-lex.l index ed0be64..e924efc 100644 --- a/gas/itbl-lex.l +++ b/gas/itbl-lex.l @@ -22,7 +22,8 @@ #include #include #include -#include "itbl-parse.h" + +#include #ifdef DEBUG #define DBG(x) printf x diff --git a/gas/itbl-ops.c b/gas/itbl-ops.c index d67a986..09db9f7 100644 --- a/gas/itbl-ops.c +++ b/gas/itbl-ops.c @@ -92,7 +92,7 @@ #include #include #include "itbl-ops.h" -#include "itbl-parse.h" +#include /* #define DEBUG */ -- 2.7.4