aboutsummaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index a1c4b34..324a8a0 100644
--- a/lib.h
+++ b/lib.h
@@ -25,10 +25,10 @@ extern unsigned int hexval(unsigned int c);
struct position {
unsigned int type:6,
- stream:10,
+ stream:14,
newline:1,
whitespace:1,
- pos:14;
+ pos:10;
unsigned int line:31,
noexpand:1;
};