From: Helmut Eller Date: Mon, 26 Dec 2016 17:18:25 +0000 (+0100) Subject: List missing query strings in comment X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/47126cacf216ebdf598a3cbae7e7ec8792db0569?hp=29bf58762caeba4a93521571fad90fab4cb7bd3b List missing query strings in comment --- diff --git a/fth/misc2.fth b/fth/misc2.fth index 53c9197..17edf0c 100644 --- a/fth/misc2.fth +++ b/fth/misc2.fth @@ -261,6 +261,11 @@ private{ s" MAX-UD" max-u max-u 2env= if exit then s" RETURN-STACK-CELLS" 512 env= if exit then \ DEFAULT_RETURN_DEPTH s" STACK-CELLS" 512 env= if exit then \ DEFAULT_USER_DEPTH + \ FIXME: maybe define those: + \ s" FLOATING-STACK" + \ s" MAX-FLOAT" + \ s" #LOCALS" + \ s" WORDLISTS" 2drop false ;