OSDN Git Service

* itbl-lex.l: Use #include <> for generated headers.
authordrow <drow>
Wed, 30 Oct 2002 03:56:39 +0000 (03:56 +0000)
committerdrow <drow>
Wed, 30 Oct 2002 03:56:39 +0000 (03:56 +0000)
        * itbl-ops.c: Likewise.

gas/ChangeLog
gas/itbl-lex.l
gas/itbl-ops.c

index ffec7db..b32d057 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * itbl-lex.l: Use #include <> for generated headers.
+       * itbl-ops.c: Likewise.
+
 2002-10-28  Daniel Jacobowitz  <drow@mvista.com>
 
        * doc/gasp.texi: Fix typo in deprecation note.
index ed0be64..e924efc 100644 (file)
@@ -22,7 +22,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include "itbl-parse.h"
+
+#include <itbl-parse.h>
 
 #ifdef DEBUG
 #define DBG(x) printf x
index d67a986..09db9f7 100644 (file)
@@ -92,7 +92,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include "itbl-ops.h"
-#include "itbl-parse.h"
+#include <itbl-parse.h>
 
 /* #define DEBUG */