diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:30:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:30:23 +0300 |
commit | 5a66b6c262a2953af85465b1ec6c2d47bacec7cd (patch) | |
tree | d7b0341e51df0ab42d2188519d6642311d855665 /doc/gawktexi.in | |
parent | ba52cf08f6d895a421c23b6f5f019d1b82da1f43 (diff) | |
parent | 6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a (diff) | |
download | egawk-5a66b6c262a2953af85465b1ec6c2d47bacec7cd.tar.gz egawk-5a66b6c262a2953af85465b1ec6c2d47bacec7cd.tar.bz2 egawk-5a66b6c262a2953af85465b1ec6c2d47bacec7cd.zip |
Merge branch 'gawk-4.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 a044c45e..fac37bd1 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -32990,7 +32990,7 @@ into @command{gawk}, you have to retrieve the array cookie from the value passed in to @command{sym_update()} before doing anything else with it, like so: @example -awk_value_t value; +awk_value_t val; awk_array_t new_array; new_array = create_array(); |