Skip to content

Commit

Permalink
Small name change
Browse files Browse the repository at this point in the history
  • Loading branch information
forthy42 committed Jul 11, 2017
1 parent 66b6ad4 commit 85927a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/stringk.fs
Expand Up @@ -123,7 +123,7 @@
: $save ( $addr -- )
\G push string to dictionary for savesys
dup >r $@ here r> ! dup , here swap dup aligned allot move ;
: $boot[] ( addr -- )
: $[]boot ( addr -- )
\G take string array from dictionary to allocated memory
dup $boot $@ bounds ?DO
I $boot
Expand Down Expand Up @@ -157,7 +157,7 @@ AVariable boot[][] \ arrays to be booted
cell +LOOP
boot[][] $boot
boot[][] $@ bounds ?DO
I @ $boot[]
I @ $[]boot
cell +LOOP
rdrop ( r> dp ! ) ;
: save-strings ( -- )
Expand Down

0 comments on commit 85927a4

Please sign in to comment.