mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
* src/print.c: Include reduce.h.
Reported by Hans Aberg.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-11-14 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/print.c: Include reduce.h.
|
||||||
|
Reported by Hans Aberg.
|
||||||
|
|
||||||
2001-11-14 Akim Demaille <akim@epita.fr>
|
2001-11-14 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
|
* src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Print information on generated parser, for bison,
|
/* Print information on generated parser, for bison,
|
||||||
Copyright 1984, 1986, 1989, 2000 Free Software Foundation, Inc.
|
Copyright 1984, 1986, 1989, 2000, 2001 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of Bison, the GNU Compiler Compiler.
|
This file is part of Bison, the GNU Compiler Compiler.
|
||||||
|
|
||||||
@@ -29,6 +29,7 @@
|
|||||||
#include "state.h"
|
#include "state.h"
|
||||||
#include "reader.h"
|
#include "reader.h"
|
||||||
#include "print.h"
|
#include "print.h"
|
||||||
|
#include "reduce.h"
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user