projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4f39538
)
(reader): Remove gram_control; it wasn't being used.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 29 Nov 2002 05:59:59 +0000
(
05:59
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 29 Nov 2002 05:59:59 +0000
(
05:59
+0000)
src/reader.c
patch
|
blob
|
blame
|
history
diff --git
a/src/reader.c
b/src/reader.c
index 5ed02b2e4971d0f9ed4a81517856b55e4ef514a4..02d98b364c1480acea69645bac74127ddf57fb9c 100644
(file)
--- a/
src/reader.c
+++ b/
src/reader.c
@@
-469,8
+469,6
@@
packgram (void)
void
reader (void)
{
void
reader (void)
{
- gram_control_t gram_control;
-
/* Initialize the symbol table. */
symbols_new ();
/* Initialize the symbol table. */
symbols_new ();
@@
-500,7
+498,7
@@
reader (void)
gram__flex_debug = trace_flag & trace_scan;
gram_debug = trace_flag & trace_parse;
scanner_initialize ();
gram__flex_debug = trace_flag & trace_scan;
gram_debug = trace_flag & trace_parse;
scanner_initialize ();
- gram_parse (
&gram_control
);
+ gram_parse ();
/* If something went wrong during the parsing, don't try to
continue. */
/* If something went wrong during the parsing, don't try to
continue. */