aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/eqn/e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/eqn/e.h')
-rw-r--r--src/cmd/eqn/e.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/eqn/e.h b/src/cmd/eqn/e.h
index 4f5282ec..f34c46cf 100644
--- a/src/cmd/eqn/e.h
+++ b/src/cmd/eqn/e.h
@@ -2,10 +2,11 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
+#include <stdint.h>
#undef sqrt
#define sqrt p9_sqrt
-#define YYSTYPE int /* DEC v. GNU garbage */
+#define YYSTYPE uintptr_t /* DEC v. GNU garbage */
enum charclass {
OTHER, OLET, ILET, DIG, LPAR, RPAR, SLASH, PLUS, ILETF, ILETJ, VBAR,