summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisc/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/parse.c b/lisc/parse.c
index b54437b..20c3dc6 100644
--- a/lisc/parse.c
+++ b/lisc/parse.c
@@ -448,7 +448,7 @@ parsefn(FILE *f)
lnum = 1;
fn = alloc(sizeof *fn);
ps = parseline(PLbl);
- fn->start = curb; /* we should have parsed the start label */
+ fn->start = curb; /* todo, it's a hack */
do
ps = parseline(ps);
while (ps != PEnd);