diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-20 18:41:54 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-20 18:41:54 +0300 |
| commit | 5ffc39352ef0195697953e9318b8a17c79e7ae84 (patch) | |
| tree | 0ce445c5268dd34a809d85d0085ce43a8efe3f73 /src/parser_helper.c | |
| parent | 08788af6d50bf3f8a6b69b88a144597c3a997e8b (diff) | |
| download | ek-5ffc39352ef0195697953e9318b8a17c79e7ae84.tar.gz ek-5ffc39352ef0195697953e9318b8a17c79e7ae84.zip | |
document ast.h
Diffstat (limited to 'src/parser_helper.c')
| -rw-r--r-- | src/parser_helper.c | 1 |
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; |
