diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-05 13:34:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-05 13:35:03 +0100 |
commit | a903541bb4cd813b1022d2366ad6fca029f6e23a (patch) | |
tree | d887d49b3497234b8daa57be3c034b8ca4a75750 /src/mds-kbdc/compile-layout.c | |
parent | mds-kbdc: warn about unnecessary value-statements (diff) | |
download | mds-a903541bb4cd813b1022d2366ad6fca029f6e23a.tar.gz mds-a903541bb4cd813b1022d2366ad6fca029f6e23a.tar.bz2 mds-a903541bb4cd813b1022d2366ad6fca029f6e23a.tar.xz |
mds-kbdc: m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/compile-layout.c | 7 |
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 * |