From d11232833e8cb785c73aa90beb3e0f302b349eda Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 29 Jan 2018 22:54:14 -0800 Subject: [PATCH] Add bindings for the block-declaration renames. --- src/runtime/host-adapter.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/runtime/host-adapter.scm b/src/runtime/host-adapter.scm index 839bd4086..985a304ad 100644 --- a/src/runtime/host-adapter.scm +++ b/src/runtime/host-adapter.scm @@ -79,6 +79,8 @@ USA. assignment-name assignment-value assignment? + block-declaration-text + block-declaration? combination-operands combination-operator combination? @@ -124,6 +126,7 @@ USA. (symbol 'make-scode- root))) '(access assignment + block-declaration combination comment conditional -- 2.25.1