List missing query strings in comment
authorHelmut Eller <eller.helmut@gmail.com>
Mon, 26 Dec 2016 17:18:25 +0000 (18:18 +0100)
committerHelmut Eller <eller.helmut@gmail.com>
Mon, 26 Dec 2016 17:18:25 +0000 (18:18 +0100)
fth/misc2.fth

index 53c9197..17edf0c 100644 (file)
@@ -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
     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
 ;
 
     2drop false
 ;