summaryrefslogtreecommitdiff
path: root/src/lalr.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-10-21 05:30:50 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-10-21 05:30:50 +0000
commitd33cb3ae09c2bed6df2ef950f5aa14ceba428d8b (patch)
treeed944ca499f043066df53c172c14ce1b543d2e51 /src/lalr.h
parentb8452344de9e1adbb896b58e9ff57c0817bc47ed (diff)
downloadbison-d33cb3ae09c2bed6df2ef950f5aa14ceba428d8b.tar.gz
Remove all uses of PARAMS, since we now assume C89 or better.
Diffstat (limited to 'src/lalr.h')
-rw-r--r--src/lalr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lalr.h b/src/lalr.h
index c0ca461c..ca18022d 100644
--- a/src/lalr.h
+++ b/src/lalr.h
@@ -34,12 +34,12 @@
which rules need lookahead in each state, and which lookahead
tokens they accept. */
-void lalr PARAMS ((void));
+void lalr (void);
/* Release the information related to lookaheads. Can be performed
once the action tables are computed. */
-void lalr_free PARAMS ((void));
+void lalr_free (void);
/* lalr() builds these data structures. */