diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-28 20:47:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-28 20:47:34 +0300 |
commit | 9ef797b31c4d9200774ce8e6040c0eb009c58518 (patch) | |
tree | 9dec8c44731a3f1d54083c49994637df0e9b61fc /doc/gawktexi.in | |
parent | b11ce4a54d8ed198e734b3f8a86ed0d245bdd664 (diff) | |
parent | 7b10924a0f6cc443742af2f032ddbafea1c62e4e (diff) | |
download | egawk-9ef797b31c4d9200774ce8e6040c0eb009c58518.tar.gz egawk-9ef797b31c4d9200774ce8e6040c0eb009c58518.tar.bz2 egawk-9ef797b31c4d9200774ce8e6040c0eb009c58518.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index e41fe930..9057e91d 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -33373,7 +33373,7 @@ should also be treated as read-only. However, unlike strings, memory for MPFR/GMP values allocated by an extension and passed into @command{gawk} is @emph{copied} by @command{gawk}; the extension should then free the values itself to avoid memory leaks. This is -discussed further in @strong{FIXME}. +discussed further in @strong{API Ownership of MPFR and GMP Values}. @item The API defines several simple @code{struct}s that map values as seen |