diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-21 12:28:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-21 12:28:48 +0200 |
commit | bada9c9a2562ad850757988effc848fb55850c98 (patch) | |
tree | 2f5cef794f445c84763a54ddbae29709d9accf74 /gawkapi.h | |
parent | 0a1746da98ef24b887074bad1c390523f6c4b190 (diff) | |
download | egawk-bada9c9a2562ad850757988effc848fb55850c98.tar.gz egawk-bada9c9a2562ad850757988effc848fb55850c98.tar.bz2 egawk-bada9c9a2562ad850757988effc848fb55850c98.zip |
z/OS fixes.
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ typedef enum { AWK_STRING, AWK_ARRAY, AWK_SCALAR, /* opaque access to a variable */ - AWK_VALUE_COOKIE, /* for updating a previously created value */ + AWK_VALUE_COOKIE /* for updating a previously created value */ } awk_valtype_t; /* |