aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cc/cc.c')
-rw-r--r--sys/cmd/cc/cc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cmd/cc/cc.c b/sys/cmd/cc/cc.c
index 74040eb..d7bb12c 100644
--- a/sys/cmd/cc/cc.c
+++ b/sys/cmd/cc/cc.c
@@ -249,6 +249,7 @@ init(void)
memset(C.iostk, 0, sizeof(C.iostk));
C.lxr = (Lexer){ 0 };
+ C.lxr.b = C.lxr.buf;
}
error