summaryrefslogtreecommitdiff
path: root/src/parse/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/parse.c')
-rw-r--r--src/parse/parse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/parse.c b/src/parse/parse.c
index aa9fd1f..4c3f3bc 100644
--- a/src/parse/parse.c
+++ b/src/parse/parse.c
@@ -23,6 +23,9 @@
#undef DEBUG_STACK
#undef DEBUG_EVENTS
+/** \todo The CSSOM expects us to preserve unknown rules. We currently discard
+ * all of their content, so the higher levels never see them. */
+
#ifndef NDEBUG
#include <stdio.h>
extern void parserutils_stack_dump(parserutils_stack *stack, const char *prefix,