summaryrefslogtreecommitdiff
path: root/dfa.c
diff options
context:
space:
mode:
authorvern <vern>1994-11-24 16:42:44 +0000
committervern <vern>1994-11-24 16:42:44 +0000
commit1343359db69e0d87190bde9772bdf3ea9fdb04cc (patch)
tree4a07dec9628cf22fae9518d47a94b3a1060033f5 /dfa.c
parentc128502444a1d1364a2c43a8934a5089c7c38f1c (diff)
downloadflex-1343359db69e0d87190bde9772bdf3ea9fdb04cc.tar.gz
Brian Madsen's tweaks for Borland
Diffstat (limited to 'dfa.c')
-rw-r--r--dfa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dfa.c b/dfa.c
index ece4749..cd3baf7 100644
--- a/dfa.c
+++ b/dfa.c
@@ -26,7 +26,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header: /cvsroot/flex/flex/dfa.c,v 2.21 1993/12/17 10:04:08 vern Exp $ */
+/* $Header: /cvsroot/flex/flex/dfa.c,v 2.22 1994/11/24 16:42:44 vern Exp $ */
#include "flexdef.h"
@@ -101,7 +101,7 @@ int state[];
void check_trailing_context( nfa_states, num_states, accset, nacc )
int *nfa_states, num_states;
int *accset;
-register int nacc;
+int nacc;
{
register int i, j;
@@ -398,7 +398,7 @@ void ntod()
int num_full_table_rows; /* used only for -f */
int *nset, *dset;
int targptr, totaltrans, i, comstate, comfreq, targ;
- int *epsclosure(), snstods(), symlist[CSIZE + 1];
+ int symlist[CSIZE + 1];
int num_start_states;
int todo_head, todo_next;