mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
* src/main.c: Include lex.h.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-10-01 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
|
* src/main.c: Include lex.h.
|
||||||
|
|
||||||
2001-09-29 Akim Demaille <akim@epita.fr>
|
2001-09-29 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/getargs.c (longopts): `--debug' is `-t', not `-d'.
|
* src/getargs.c (longopts): `--debug' is `-t', not `-d'.
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
#include "conflicts.h"
|
#include "conflicts.h"
|
||||||
#include "print_graph.h"
|
#include "print_graph.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
#include "lex.h"
|
||||||
|
|
||||||
/* The name this program was run with, for messages. */
|
/* The name this program was run with, for messages. */
|
||||||
char *program_name;
|
char *program_name;
|
||||||
|
|||||||
Reference in New Issue
Block a user