diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-24 22:49:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-24 22:49:18 +0200 |
commit | b9392f1328394ba9b5601af8e9ef6f2e73042048 (patch) | |
tree | 7194ed0af263d04427f184353e53dc4c8073984b /gawkapi.h | |
parent | 684e0459f9209b11d796636949ec5cf6c9269a94 (diff) | |
download | egawk-b9392f1328394ba9b5601af8e9ef6f2e73042048.tar.gz egawk-b9392f1328394ba9b5601af8e9ef6f2e73042048.tar.bz2 egawk-b9392f1328394ba9b5601af8e9ef6f2e73042048.zip |
Doc additions.
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -617,7 +617,7 @@ typedef struct gawk_api { /* * Change (or create) element in existing array with - * element->index and element->value. + * index and value. * * ARGV and ENVIRON may not be updated. */ @@ -627,7 +627,7 @@ typedef struct gawk_api { /* * Remove the element with the given index. - * Returns success if removed or if element did not exist. + * Returns success if removed or false if element did not exist. */ awk_bool_t (*api_del_array_element)(awk_ext_id_t id, awk_array_t a_cookie, const awk_value_t* const index); |