alien.data: fix a typo

char-rename
Alexander Iljin 2016-05-31 13:08:31 +03:00 committed by John Benediktsson
parent b0c6f97bf5
commit 035567e4ca
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ ERROR: local-allocation-error ;
: (cleanup-allot) ( -- ) : (cleanup-allot) ( -- )
! Inhibit TCO in order for the last word in the quotation ! Inhibit TCO in order for the last word in the quotation
! to still be abl to access scope-allocated data. ! to still be able to access scope-allocated data.
; ;
MACRO: (simple-local-allot) ( c-type -- quot ) MACRO: (simple-local-allot) ( c-type -- quot )