aboutsummaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-10 18:27:48 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-10 18:27:48 +0800
commitf314c03bdf62b83fe4d2b8d600d15d839a0c32b9 (patch)
tree6543410a26ff84ff78196f1a2bb569a0fb3f223b /TODO.rst
parentfe75fc6d0569f6df7ff33c96566873eb3ff10dc2 (diff)
...
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.rst b/TODO.rst
index 0b1d01c..0495efd 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -9,7 +9,7 @@ TODO
- Fix:
- check global definition (if type is complete) when semantic analysis finishes
- - local function declaration is not in a local scope (external linkage issue)
+ - local function declaration is not in a local scope (external linkage issue) (will not be fixed)
- incomplete type issues
- function **definition** requires complete return type (function declaration does not) (done)
- array requires **complete** elem type (done)