aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index 424e88bf..76611599 100644
--- a/parse.h
+++ b/parse.h
@@ -11,6 +11,8 @@
* Max length of a line.
* TODO update this to allow longer lines, in case someone doesn't
* follow the standard.
+ * (I currently only realloc memmory at end of lines, not when my
+ * buffer is full).
*/
#define SEGSIZE 75