From 89820d0a00bdc0f77fcc8f6c67d590017f253ae3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 28 Nov 2014 10:02:39 +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 7ba6ee2..608485d 100644 --- a/src/mds-kbdc/simplify-tree.c +++ b/src/mds-kbdc/simplify-tree.c @@ -299,7 +299,7 @@ static int simplify_alternation(mds_kbdc_tree_alternation_t* restrict tree) } } - /* TODO find unordered */ + /* TODO unordered */ return 0; pfail: @@ -343,7 +343,7 @@ static int simplify(mds_kbdc_tree_t* restrict tree) break; case MDS_KBDC_TREE_TYPE_UNORDERED: - /* TODO find alternation, unordered and nothing, find singletons, error if empty */ + /* TODO find alternation and nothing, find singletons, error if empty, unordered */ break; case MDS_KBDC_TREE_TYPE_MACRO_CALL: -- cgit v1.2.3-70-g09d2