From 5a46557efc87c72f5c80ddd978e90d1a376a3429 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sun, 17 Oct 2021 20:29:16 +1100 Subject: [PATCH] oceani: fix some incorrect section headers. section header that just introduce code are 6 deep, not 2. Signed-off-by: NeilBrown --- csrc/oceani.mdc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csrc/oceani.mdc b/csrc/oceani.mdc index b83f6bc..af2e8b9 100644 --- a/csrc/oceani.mdc +++ b/csrc/oceani.mdc @@ -592,11 +592,11 @@ later. In some cases a Boolean can be accepted as well as some other primary type, and in others any type is acceptable except a label (`Vlabel`). A separate function encoding these cases will simplify some code later. -## type functions +###### type functions int (*compat)(struct type *this, struct type *other); -## ast functions +###### ast functions static int type_compat(struct type *require, struct type *have, int rules) { -- 2.43.0