diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-27 06:03:55 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-27 06:03:55 +0200 |
commit | 8924decac2ae2a37f30c6a688e671d2b32d5ff89 (patch) | |
tree | e59f806c0a72686f412aa200a4ea476b33579303 /awk.h | |
parent | 7a05fe38d3e7556eb94f694173b745522878e919 (diff) | |
parent | d80438ac6fef9137ab0450f02cd507d422aa9c32 (diff) | |
download | egawk-8924decac2ae2a37f30c6a688e671d2b32d5ff89.tar.gz egawk-8924decac2ae2a37f30c6a688e671d2b32d5ff89.tar.bz2 egawk-8924decac2ae2a37f30c6a688e671d2b32d5ff89.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1327,6 +1327,7 @@ if (--val) \ /* array.c */ typedef enum { SORTED_IN = 1, ASORT, ASORTI } sort_context_t; typedef enum { + ANONE = 0x00, /* "unused" value */ AINDEX = 0x001, /* list of indices */ AVALUE = 0x002, /* list of values */ AINUM = 0x004, /* numeric index */ |