diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-06 20:08:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-06 20:08:02 +0300 |
commit | dab3a678b3f65ae4cde21ca4b1d4fd24e8a71918 (patch) | |
tree | da3c30ab2374d6d7d32bac328f2f1c983efaf361 /gawkapi.h | |
parent | fcc37ab5b658388a6fa14bcd9c0254454418c96a (diff) | |
download | gawk-dab3a678b3f65ae4cde21ca4b1d4fd24e8a71918.tar.gz |
Changes to LINT reflect to extn API. Add API tests.
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |