summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-02 17:10:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-02 22:46:20 +0300
commit30c3532ec84ccee881f77f9006a0c06aac1c8c1e (patch)
tree961b905890ce35d99298ddbcc7c394ec41237f95 /TODO
parent098323df32d964c3966ee026212150a7e08230f8 (diff)
Cleanup switch statements in buildfiles
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 3f1112f..da80960 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,5 @@
On the revision:
-- Fix the switch statements in the buildfiles, replacing 'switch $c.class,
- $tsys' with 'switch $c.class'.
-
-- Replace the C++ comments with C comments in tests.
-
On the release:
- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc).