diff options
Diffstat (limited to 'core.e')
| -rw-r--r-- | core.e | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core.e b/core.e index 91cf849..1effc11 100644 --- a/core.e +++ b/core.e @@ -1231,7 +1231,6 @@ here ! : unpack16 dup 16@ swap 2 + swap ; : unpack8 dup 8@ swap 1 + swap ; -~ TODO does this need to have a separate name? ~ (proposed size, alignment byte count -- adjusted size) : align-size dup 3unroll dup 3unroll @@ -1320,7 +1319,8 @@ here ! ~ "find". The warm-start routine (see execution.e and transform.e) has the ~ job of fixing that, and it makes extensive use of find-in to do so. ~ -~ TODO this probably deserves its own file? +~ The definition of "find" is in dynamic.e, with the other stuff that needs +~ to access the log. ~ ~ (dictionary pointer, string pointer -- entry pointer or 0) : find-in |