]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* itbl-lex.l: Use #include <> for generated headers.
authorDaniel Jacobowitz <drow@false.org>
Wed, 30 Oct 2002 03:54:28 +0000 (03:54 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 30 Oct 2002 03:54:28 +0000 (03:54 +0000)
        * itbl-ops.c: Likewise.

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

index e15df7a9150728a8c0a6c631b7b112ffda74f753..57235d61d5dddd14a1964786f956edbe5251f9a7 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-08-24  Andreas Schwab  <schwab@suse.de>
 
        * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't adjust symbols
index ed0be641fc4e908920b39633a4f8da4725e9cfae..e924efc56ef0eaf1073aebd75b9d378feb320942 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 d67a9869e5b20564ff24262a141027cdb17db8bf..09db9f74683f79cd87c692265d40f7a2de3123ad 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 */