commit 6d0ffe229192bd3eea0f8997a2cc91a01cda8b38 parent a3e217c58fa4f9e065d68ad546f2f470e85fc511 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Fri, 3 Jul 2015 15:15:50 -0400 fix comment Diffstat:
| M | lisc/parse.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);