From: ceriel Date: Wed, 3 Dec 1986 13:02:37 +0000 (+0000) Subject: Added definitions for "alloc", "hard_alloc". X-Git-Tag: release-5-5~5126 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=db43d1d8a7cf9983d1232b73d75f2801e55a563f;p=ack.git Added definitions for "alloc", "hard_alloc". --- diff --git a/util/led/memory.h b/util/led/memory.h index b5615ef81..239c93417 100644 --- a/util/led/memory.h +++ b/util/led/memory.h @@ -33,3 +33,5 @@ extern struct memory mems[]; #define modulptr(offset) (mems[ALLOMODL].mem_base+core_position+(offset)) extern ind_t core_position; +extern ind_t hard_alloc(); +extern ind_t alloc();