summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-10 12:42:33 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-10 12:42:33 +0800
commitb2cd44558e9b780c791f1c48ef6946e6d04fab50 (patch)
tree07ac5b2472b93a96b319c5897faf56c91a31d822 /src/pdarun.h
parent723b9790f920360fe7947e4c9bf87db1729d20bb (diff)
downloadcolm-b2cd44558e9b780c791f1c48ef6946e6d04fab50.tar.gz
replace eof_sent in input interface with bit in pda_run
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index 45b28e26..0174644d 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -273,11 +273,11 @@ struct pda_run
long tokend;
long toklen;
char *p, *pe;
+ char scan_eof;
- /* Bits. */
- char eof;
char return_result;
char skip_toklen;
+ char eof_term_recvd;
char *mark[MARK_SLOTS];
long matched_token;