aboutsummaryrefslogtreecommitdiff
path: root/src/parser_helper.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-05-20 18:41:54 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-05-20 18:41:54 +0300
commit5ffc39352ef0195697953e9318b8a17c79e7ae84 (patch)
tree0ce445c5268dd34a809d85d0085ce43a8efe3f73 /src/parser_helper.c
parent08788af6d50bf3f8a6b69b88a144597c3a997e8b (diff)
downloadek-5ffc39352ef0195697953e9318b8a17c79e7ae84.tar.gz
ek-5ffc39352ef0195697953e9318b8a17c79e7ae84.zip
document ast.h
Diffstat (limited to 'src/parser_helper.c')
-rw-r--r--src/parser_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser_helper.c b/src/parser_helper.c
index 5a90df8..2ac3f0d 100644
--- a/src/parser_helper.c
+++ b/src/parser_helper.c
@@ -28,7 +28,6 @@ void parse(struct parser *p, const char *fname, const char *buf)
p->fname = fname;
p->buf = buf;
- p->buf_offset = 0;
p->comment_nesting = 0;
p->failed = false;