summaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-01-06 14:16:47 -0800
committerPreston Pan <preston@nullring.xyz>2023-01-06 14:16:47 -0800
commitbbbc9f428b7226f1ddac1a78af63e71a96c0b90f (patch)
tree6cbafd401afd6c9fec326760bf96d605c87dfd1e /src/parser.c
parent9083582a5d3bfc8fae859b2ce124d86ad7420dcc (diff)
add support for reading from file; some other stuff
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c
index 0997f18..6a77e87 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -31,7 +31,6 @@ parser_t *init_parser(lexer_t *lexer) {
if (t == NULL)
break;
}
-
p->size = size;
return p;
}