diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-08 01:28:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-08 01:28:44 +0100 |
commit | d332f05a5235f00de06c2b86d0f72a26e57c39a1 (patch) | |
tree | 784b02a01d2a993d6cfb7e267ad8c61d3b002926 | |
parent | m (diff) | |
download | mds-d332f05a5235f00de06c2b86d0f72a26e57c39a1.tar.gz mds-d332f05a5235f00de06c2b86d0f72a26e57c39a1.tar.bz2 mds-d332f05a5235f00de06c2b86d0f72a26e57c39a1.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/mds-kbdc/compile-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/compile-layout.c b/src/mds-kbdc/compile-layout.c index 2d28b04..5099b69 100644 --- a/src/mds-kbdc/compile-layout.c +++ b/src/mds-kbdc/compile-layout.c @@ -19,7 +19,7 @@ /* TODO add call stack */ /* TODO fix so that for-loops do not generate the same errors/warnings in all iterations [loopy_error]. */ /* TODO test all builtin functions */ -/* TODO test all function and macro overloading */ +/* TODO test function- and macro-overloading */ #include "include-stack.h" #include "builtin-functions.h" |