diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-11 03:57:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-11 03:57:28 +0100 |
commit | dfdf6541b7edb7a7cf588122e80e8d036902af51 (patch) | |
tree | d43ad2bb76210dcfef161c86a5b1a82d2ebe3e56 /src/mds-kbdc/compile-layout.c | |
parent | m (diff) | |
download | mds-dfdf6541b7edb7a7cf588122e80e8d036902af51.tar.gz mds-dfdf6541b7edb7a7cf588122e80e8d036902af51.tar.bz2 mds-dfdf6541b7edb7a7cf588122e80e8d036902af51.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-kbdc/compile-layout.c')
-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 99378f5..8eac14c 100644 --- a/src/mds-kbdc/compile-layout.c +++ b/src/mds-kbdc/compile-layout.c @@ -17,7 +17,7 @@ */ #include "compile-layout.h" /* TODO add call stack */ -/* TODO fix so that for-loops do not generate the same errors/warnings in all iterations [loopy_error]. */ +/* XXX fix so that for-loops do not generate the same errors/warnings in all iterations [loopy_error]. */ #include "include-stack.h" #include "builtin-functions.h" |