aboutsummaryrefslogtreecommitdiff
path: root/htdp.f
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2024-11-19 14:01:43 -0700
committerJohn Denker <jsd@av8n.com>2024-11-20 16:38:05 -0700
commit81dd8af8a47f03cebe6a5ca55105155438c16e48 (patch)
treea2618bf23658177a0e70a41816f54225059e26ac /htdp.f
parentdcf82408f8f9a2d98a7d05c3983aad438d92de18 (diff)
require linker to include block data
Diffstat (limited to 'htdp.f')
-rw-r--r--htdp.f4
1 files changed, 4 insertions, 0 deletions
diff --git a/htdp.f b/htdp.f
index 5f0e024..8786e11 100644
--- a/htdp.f
+++ b/htdp.f
@@ -25,6 +25,10 @@ C You must change HTDP version and date here, if necessary
HTDP_version = '3.5.0'
Version_date = 'November 29, 2022'
+ call linkbd ! require linker to include block data
+ call linkeq ! require linker to include block data
+ call linkps ! require linker to include block data
+ call linkvl ! require linker to include block data
*** Introduce variables for file IDs