summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/toc.c b/toc.c
index 0c15be9..58c8aee 100644
--- a/toc.c
+++ b/toc.c
@@ -12,8 +12,7 @@
(lexing)
toc tries to continue even after the first error.
- It will not continue during cgen, but it will during tokenization,
- parsing, and typing. If one stage fails, the following ones do not
+ If one stage fails, the following ones do not
start.
toc's memory management works using an allocator which never frees anything.