summaryrefslogtreecommitdiff
path: root/colm/pdarun.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r--colm/pdarun.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h
index 350c10fb..1da0ef42 100644
--- a/colm/pdarun.h
+++ b/colm/pdarun.h
@@ -82,9 +82,13 @@ typedef struct _FsmRun
char *tokstart;
long tokend;
long toklen;
- char *p, *pe, *peof;
- int returnResult;
- int skipToklen;
+ char *p, *pe;
+
+ /* Bits. */
+ char eof;
+ char returnResult;
+ char skipToklen;
+
char *mark[MARK_SLOTS];
long matchedToken;
} FsmRun;