From 369a5b0cae522c49cbbfe7b14d5e3042128a5434 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 20 Dec 2024 23:59:59 -0500 Subject: refactor yaml extraction code file --- org/spine.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'org/spine.org') diff --git a/org/spine.org b/org/spine.org index d185adb..ac9eb55 100644 --- a/org/spine.org +++ b/org/spine.org @@ -1467,13 +1467,13 @@ template spineAbstraction() { <> enum makeMeta { make, meta } enum docAbst { doc_abstract_obj, doc_has } - @system auto spineAbstraction(E,P,O,Cfg,M,S)( - E _env, - P program_info, - O _opt_action, - Cfg _cfg, - M _manifest, - S _make_and_meta_struct + @system auto spineAbstraction(E,P,O,Cfg,M)( + E _env, + P program_info, + O _opt_action, + Cfg _cfg, + M _manifest, + ConfComposite _make_and_meta_struct ){ <> <> @@ -1691,7 +1691,7 @@ auto generated_time() { #+NAME: spine_each_file_do_document_matters_2_meta #+BEGIN_SRC d -auto conf_make_meta() { +ConfComposite conf_make_meta() { return _make_and_meta_struct; } auto doc_digest() { -- cgit v1.2.3