summaryrefslogtreecommitdiff
path: root/utils/ql/l.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ql/l.h')
-rw-r--r--utils/ql/l.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ql/l.h b/utils/ql/l.h
index 7ec4aa60..34cb742f 100644
--- a/utils/ql/l.h
+++ b/utils/ql/l.h
@@ -49,7 +49,7 @@ struct Prog
short line;
short mark;
short optab; /* could be uchar */
- uchar as;
+ ushort as;
char reg;
};
struct Sym
@@ -74,7 +74,7 @@ struct Autom
};
struct Optab
{
- uchar as;
+ ushort as;
char a1;
char a2;
char a3;