aboutsummaryrefslogtreecommitdiff
path: root/src/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h
index 861ad1c..7aca6af 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -33,7 +33,7 @@ typedef struct
typedef struct
{
AbstractSyntaxTree tree;
-
+
size_t buffer_size;
char *buffer;