summaryrefslogtreecommitdiff
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-06 20:08:02 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-06 20:08:02 +0300
commitdab3a678b3f65ae4cde21ca4b1d4fd24e8a71918 (patch)
treeda3c30ab2374d6d7d32bac328f2f1c983efaf361 /gawkapi.h
parentfcc37ab5b658388a6fa14bcd9c0254454418c96a (diff)
downloadgawk-dab3a678b3f65ae4cde21ca4b1d4fd24e8a71918.tar.gz
Changes to LINT reflect to extn API. Add API tests.
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 87d2d2f0..09a1ce79 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -179,6 +179,11 @@ typedef struct gawk_api {
int major_version;
int minor_version;
+ /*
+ * These can change on the fly as things happen within gawk.
+ * Currently only do_lint is prone to change, but we reserve
+ * the right to allow the others also.
+ */
int do_flags[DO_FLAGS_SIZE];
/* Use these as indices into do_flags[] array to check the values */
#define gawk_do_lint 0