aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-11 03:57:28 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-11 03:57:28 +0100
commitdfdf6541b7edb7a7cf588122e80e8d036902af51 (patch)
treed43ad2bb76210dcfef161c86a5b1a82d2ebe3e56 /src
parentm (diff)
downloadmds-dfdf6541b7edb7a7cf588122e80e8d036902af51.tar.gz
mds-dfdf6541b7edb7a7cf588122e80e8d036902af51.tar.bz2
mds-dfdf6541b7edb7a7cf588122e80e8d036902af51.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-kbdc/compile-layout.c2
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"