From ef698e0080844eecb5500cb9582ef53209721f5e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 27 Nov 2014 17:27:45 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-kbdc/simplify-tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mds-kbdc') diff --git a/src/mds-kbdc/simplify-tree.c b/src/mds-kbdc/simplify-tree.c index 855f8f7..44ae51b 100644 --- a/src/mds-kbdc/simplify-tree.c +++ b/src/mds-kbdc/simplify-tree.c @@ -248,11 +248,11 @@ static int simplify(mds_kbdc_tree_t* restrict tree) break; case MDS_KBDC_TREE_TYPE_ALTERNATION: - /* TODO find alternation and unordered, find singletons, error if empty */ + /* TODO find alternation and unordered, find singletons, multiple nothings, error if empty */ break; case MDS_KBDC_TREE_TYPE_UNORDERED: - /* TODO find alternation, unordered and nothing, find singletons, error if empty */ + /* TODO find alternation, unordered and nothing, find singletons, multiple nothings, error if empty */ break; case MDS_KBDC_TREE_TYPE_MACRO_CALL: -- cgit v1.2.3-70-g09d2