aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mds-kbdc/compile-layout.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mds-kbdc/compile-layout.c b/src/mds-kbdc/compile-layout.c
index b70a6c3..ea6f43e 100644
--- a/src/mds-kbdc/compile-layout.c
+++ b/src/mds-kbdc/compile-layout.c
@@ -105,6 +105,10 @@ static int compile_subtree(mds_kbdc_tree_t* restrict tree);
+/*** Macro-, function- and variable-support, string-parsing and value- and mapping-compilation. ***/
+/* (Basically everything except tree-walking.) */
+
+
static int check_function_calls_in_literal(const mds_kbdc_tree_t* restrict tree,
const char* restrict raw, size_t lineoff)
{
@@ -229,6 +233,9 @@ static int add_mapping(mds_kbdc_tree_map_t* restrict mapping, mds_kbdc_include_s
+/*** Tree-walking. ***/
+
+
/**
* Compile an include-statement
*