fix stack growth in globals
fix compilation messages git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2277 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
12
docs/yap.tex
12
docs/yap.tex
@@ -7072,6 +7072,12 @@ must be an atom (named array). The @var{Size} must evaluate to an
|
||||
integer. The @var{Type} must be bound to one of types mentioned
|
||||
previously.
|
||||
|
||||
@item reset_static_array(+@var{Name})
|
||||
@findex reset_static_array/1
|
||||
@snindex reset_static_array/1
|
||||
@cnindex reset_static_array/1
|
||||
Reset static array with name @var{Name} to its initial value.
|
||||
|
||||
@item static_array_location(+@var{Name}, -@var{Ptr})
|
||||
@findex static_array_location/4
|
||||
@snindex static_array_location/4
|
||||
@@ -9684,6 +9690,12 @@ Add an element with key @var{Key} and @var{Value} to the tree
|
||||
@var{T0} creating a new red-black tree @var{TF}. Duplicated elements are not
|
||||
allowed.
|
||||
|
||||
@snindex rb_insert_new/4
|
||||
@cnindex rb_insert_new/4
|
||||
Add a new element with key @var{Key} and @var{Value} to the tree
|
||||
@var{T0} creating a new red-black tree @var{TF}. Fails is an element
|
||||
with @var{Key} exists in the tree.
|
||||
|
||||
@item rb_lookup(+@var{Key},-@var{Value},+@var{T})
|
||||
@findex rb_lookup/3
|
||||
@snindex rb_lookup/3
|
||||
|
Reference in New Issue
Block a user