* itbl-lex.l: Use #include <> for generated headers.

* itbl-ops.c: Likewise.
This commit is contained in:
Daniel Jacobowitz 2002-10-30 03:56:39 +00:00
parent 8ffbbda408
commit 3d82a647ca
3 changed files with 8 additions and 2 deletions

View 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.

View 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

View 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 */