summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorMariusz PluciƄski <mplucinski@mplucinski.com>2014-06-21 02:07:23 +0200
committerWill Estes <westes575@gmail.com>2014-06-26 16:39:39 -0400
commit3e0d96af4c72ed2ab3f6650713ff24689ac936c7 (patch)
tree7fa0f9d046f19a7ab94a79024c4c7a0bbf63dee6 /src/flexdef.h
parentc979ed27bb4389ead5e812c0336e1d0b70a3a5a8 (diff)
Change output formats from octal to hexadecimal
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 046dd9a..132812b 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -395,6 +395,7 @@ char *alloca ();
* yymore_really_used - whether to treat yymore() as really used, regardless
* of what we think based on references to it in the user's actions.
* reject_really_used - same for REJECT
+ * trace_hex - use hexadecimal numbers in trace/debug outputs instead of octals
*/
extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn,
@@ -409,7 +410,7 @@ extern int csize;
extern int yymore_used, reject, real_reject, continued_action, in_rule;
extern int yymore_really_used, reject_really_used;
-
+extern int trace_hex;
/* Variables used in the flex input routines:
* datapos - characters on current output line