From 81dd8af8a47f03cebe6a5ca55105155438c16e48 Mon Sep 17 00:00:00 2001 From: John Denker Date: Tue, 19 Nov 2024 14:01:43 -0700 Subject: require linker to include block data --- htdp.f | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'htdp.f') 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 -- cgit v1.2.3